]> git.ipfire.org Git - people/arne_f/kernel.git/blobdiff - include/linux/compiler.h
Merge branch 'x86/urgent' into x86/asm, to pick up fixes
[people/arne_f/kernel.git] / include / linux / compiler.h
index 70f070ddd7c7bf2a05235dd5ffe163aee7882697..109b1460ecee8acf4ccbdd2365213edafac3e75d 100644 (file)
@@ -478,6 +478,11 @@ static __always_inline void __write_once_size(volatile void *p, void *res, int s
 # define __no_randomize_layout
 #endif
 
+#ifndef randomized_struct_fields_start
+# define randomized_struct_fields_start
+# define randomized_struct_fields_end
+#endif
+
 /*
  * Tell gcc if a function is cold. The compiler will assume any path
  * directly leading to the call is unlikely.