diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-12-16 05:04:49 -0500 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-12-16 05:04:49 -0500 |
| commit | 348324c5b10bcba8d9daabdfb85a6927311be34f (patch) | |
| tree | d06ca3a264407a14a1f36c1b798d6dc0dc1582d8 /include/linux/kernel.h | |
| parent | 1e63bd9cc43db5400a1423a7ec8266b4e7c54bd0 (diff) | |
| parent | 319e2e3f63c348a9b66db4667efa73178e18b17d (diff) | |
Merge tag 'v3.13-rc4' into next
Synchronize with mainline to bring in the new keycode definitions and
new hwmon API.
Diffstat (limited to 'include/linux/kernel.h')
| -rw-r--r-- | include/linux/kernel.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 672ddc4de4af..ecb87544cc5d 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h | |||
| @@ -193,7 +193,8 @@ extern int _cond_resched(void); | |||
| 193 | (__x < 0) ? -__x : __x; \ | 193 | (__x < 0) ? -__x : __x; \ |
| 194 | }) | 194 | }) |
| 195 | 195 | ||
| 196 | #if defined(CONFIG_PROVE_LOCKING) || defined(CONFIG_DEBUG_ATOMIC_SLEEP) | 196 | #if defined(CONFIG_MMU) && \ |
| 197 | (defined(CONFIG_PROVE_LOCKING) || defined(CONFIG_DEBUG_ATOMIC_SLEEP)) | ||
| 197 | void might_fault(void); | 198 | void might_fault(void); |
| 198 | #else | 199 | #else |
| 199 | static inline void might_fault(void) { } | 200 | static inline void might_fault(void) { } |
| @@ -501,7 +502,6 @@ void tracing_snapshot_alloc(void); | |||
| 501 | 502 | ||
| 502 | extern void tracing_start(void); | 503 | extern void tracing_start(void); |
| 503 | extern void tracing_stop(void); | 504 | extern void tracing_stop(void); |
| 504 | extern void ftrace_off_permanent(void); | ||
| 505 | 505 | ||
| 506 | static inline __printf(1, 2) | 506 | static inline __printf(1, 2) |
| 507 | void ____trace_printk_check_format(const char *fmt, ...) | 507 | void ____trace_printk_check_format(const char *fmt, ...) |
| @@ -639,7 +639,6 @@ extern void ftrace_dump(enum ftrace_dump_mode oops_dump_mode); | |||
| 639 | #else | 639 | #else |
| 640 | static inline void tracing_start(void) { } | 640 | static inline void tracing_start(void) { } |
| 641 | static inline void tracing_stop(void) { } | 641 | static inline void tracing_stop(void) { } |
| 642 | static inline void ftrace_off_permanent(void) { } | ||
| 643 | static inline void trace_dump_stack(int skip) { } | 642 | static inline void trace_dump_stack(int skip) { } |
| 644 | 643 | ||
| 645 | static inline void tracing_on(void) { } | 644 | static inline void tracing_on(void) { } |
