diff options
| author | Ingo Molnar <mingo@kernel.org> | 2017-08-26 03:19:13 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2017-08-26 03:19:13 -0400 |
| commit | 413d63d71b222108d19703f3fd5cf9108652a730 (patch) | |
| tree | 4680de6aebb6430dc5f3d9327f86d65149e6b5ae /include/linux/compiler.h | |
| parent | d6c8103b0265d8db30e20e948a4f06382bbdaea7 (diff) | |
| parent | 90a6cd503982bfd33ce8c70eb49bd2dd33bc6325 (diff) | |
Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts
Conflicts:
arch/x86/kernel/head64.c
arch/x86/mm/mmap.c
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/compiler.h')
| -rw-r--r-- | include/linux/compiler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/compiler.h b/include/linux/compiler.h index 3f8c88e29a46..43cac547f773 100644 --- a/include/linux/compiler.h +++ b/include/linux/compiler.h | |||
| @@ -452,6 +452,11 @@ static __always_inline void __write_once_size(volatile void *p, void *res, int s | |||
| 452 | # define __no_randomize_layout | 452 | # define __no_randomize_layout |
| 453 | #endif | 453 | #endif |
| 454 | 454 | ||
| 455 | #ifndef randomized_struct_fields_start | ||
| 456 | # define randomized_struct_fields_start | ||
| 457 | # define randomized_struct_fields_end | ||
| 458 | #endif | ||
| 459 | |||
| 455 | /* | 460 | /* |
| 456 | * Tell gcc if a function is cold. The compiler will assume any path | 461 | * Tell gcc if a function is cold. The compiler will assume any path |
| 457 | * directly leading to the call is unlikely. | 462 | * directly leading to the call is unlikely. |
