diff options
Diffstat (limited to 'include/linux/compiler-gcc.h')
-rw-r--r-- | include/linux/compiler-gcc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/compiler-gcc.h b/include/linux/compiler-gcc.h index dd8268f5f5f0..e8579412ad21 100644 --- a/include/linux/compiler-gcc.h +++ b/include/linux/compiler-gcc.h | |||
@@ -58,10 +58,6 @@ | |||
58 | (typeof(ptr)) (__ptr + (off)); \ | 58 | (typeof(ptr)) (__ptr + (off)); \ |
59 | }) | 59 | }) |
60 | 60 | ||
61 | /* Make the optimizer believe the variable can be manipulated arbitrarily. */ | ||
62 | #define OPTIMIZER_HIDE_VAR(var) \ | ||
63 | __asm__ ("" : "=r" (var) : "0" (var)) | ||
64 | |||
65 | /* | 61 | /* |
66 | * A trick to suppress uninitialized variable warning without generating any | 62 | * A trick to suppress uninitialized variable warning without generating any |
67 | * code | 63 | * code |