diff options
-rw-r--r-- | tools/include/linux/kernel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/include/linux/kernel.h b/tools/include/linux/kernel.h index 6935ef94e77a..857d9e22826e 100644 --- a/tools/include/linux/kernel.h +++ b/tools/include/linux/kernel.h | |||
@@ -116,6 +116,6 @@ int scnprintf(char * buf, size_t size, const char * fmt, ...); | |||
116 | #define round_down(x, y) ((x) & ~__round_mask(x, y)) | 116 | #define round_down(x, y) ((x) & ~__round_mask(x, y)) |
117 | 117 | ||
118 | #define current_gfp_context(k) 0 | 118 | #define current_gfp_context(k) 0 |
119 | #define synchronize_sched() | 119 | #define synchronize_rcu() |
120 | 120 | ||
121 | #endif | 121 | #endif |