diff options
| author | Nick Desaulniers <[email protected]> | 2018-08-03 17:05:50 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2018-08-05 20:30:37 +0000 |
| commit | 208cbb32558907f68b3b2a081ca2337ac3744794 (patch) | |
| tree | c8338dab8426b7cc9d4442ddac9ba25a2d45600b /tools/perf/scripts/python/syscall-counts-by-pid.py | |
| parent | x86/boot/compressed/64: Validate trampoline placement against E820 (diff) | |
| download | kernel-208cbb32558907f68b3b2a081ca2337ac3744794.tar.gz kernel-208cbb32558907f68b3b2a081ca2337ac3744794.zip | |
x86/irqflags: Provide a declaration for native_save_fl
It was reported that the commit d0a8d9378d16 is causing users of gcc < 4.9
to observe -Werror=missing-prototypes errors.
Indeed, it seems that:
extern inline unsigned long native_save_fl(void) { return 0; }
compiled with -Werror=missing-prototypes produces this warning in gcc <
4.9, but not gcc >= 4.9.
Fixes: d0a8d9378d16 ("x86/paravirt: Make native_save_fl() extern inline").
Reported-by: David Laight <[email protected]>
Reported-by: Jean Delvare <[email protected]>
Signed-off-by: Nick Desaulniers <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions
