aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
diff options
context:
space:
mode:
authorH. Peter Anvin <[email protected]>2011-08-15 22:28:56 -0700
committerH. Peter Anvin <[email protected]>2011-08-16 08:04:02 -0700
commitfab1167c4698e3ff11ebb06281d78def6c53728b (patch)
tree31066232c037d6a2c06b21b8beaca4f335d64dcb /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
parent93ee7a9340d64f20295aacc3fb6a22b759323280 (diff)
x86, vsyscall: Add missing <asm/fixmap.h> to arch/x86/mm/fault.c
arch/x86/mm/fault.c now depend on having the symbol VSYSCALL_START defined, which is best handled by including <asm/fixmap.h> (it isn't unreasonable we may want other fixed addresses in this file in the future, and so it is cleaner than including <asm/vsyscall.h> directly.) This addresses an x86-64 allnoconfig build failure. On other configurations it was masked by an indirect path: <asm/smp.h> -> <asm/apic.h> -> <asm/fixmap.h> -> <asm/vsyscall.h> ... however, the first such include is conditional on CONFIG_X86_LOCAL_APIC. Originally-by: Randy Dunlap <[email protected]> Cc: Linus Torvalds <[email protected]> Link: http://lkml.kernel.org/r/CA%2B55aFxsOMc9=p02r8-QhJ=h=Mqwckk4_Pnx9LQt5%[email protected] Signed-off-by: H. Peter Anvin <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions