[GIT PULL] Compiler Attributes for v4.20-rc2
From: Miguel Ojeda
Date: Thu Nov 08 2018 - 06:00:17 EST
Hi Linus,
A small patch for compiler-gcc.h and a trivial one for compiler_attributes.h.
The non-trivial one was in yesterday's linux-next without apparent problems.
Cheers,
Miguel
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
are available in the Git repository at:
https://github.com/ojeda/linux.git tags/compiler-attributes-for-linus-v4.20-rc2
for you to fetch changes up to 24efee412c75843755da0ddd7bbc2db2ce9129f5:
Compiler Attributes: improve explanation of header (2018-11-08 11:33:52 +0100)
----------------------------------------------------------------
Small improvements to Compiler Attributes:
- Define asm_volatile_goto for non-gcc compilers
From Nick Desaulniers
- Improve the explanation of compiler_attributes.h
----------------------------------------------------------------
Miguel Ojeda (1):
Compiler Attributes: improve explanation of header
ndesaulniers@xxxxxxxxxx (1):
include/linux/compiler*.h: define asm_volatile_goto
include/linux/compiler_attributes.h | 14 +++++++++-----
include/linux/compiler_types.h | 4 ++++
2 files changed, 13 insertions(+), 5 deletions(-)