aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86
diff options
context:
space:
mode:
authorHugh Dickins <hugh@veritas.com>2008-07-21 18:41:26 +0100
committerIngo Molnar <mingo@elte.hu>2008-07-24 12:42:57 +0200
commit9d25d4db81833029d30b7b03cc1000cbbe09e192 (patch)
treef8e153d16a004ddc5f9a0de135f3662f4181c2c2 /include/asm-x86
parentxen: don't use sysret for sysexit32 (diff)
downloadlinux-dev-9d25d4db81833029d30b7b03cc1000cbbe09e192.tar.xz
linux-dev-9d25d4db81833029d30b7b03cc1000cbbe09e192.zip
x86: BUILD_IRQ say .text to avoid .data.percpu
When I edit the x86_64 Makefile to -fno-unit-at-a-time, bootup panics on 0xCCs in IRQ0x3e_interrupt(): IRQ0x20_interrupt etc. have got linked into .data.percpu. Perhaps there are other ways of triggering that: specify ".text" in the BUILD_IRQ() macro for safety. I've been using -fno-unit-at-a-time (to lessen inlining, for easier debugging) for a long time. Signed-off-by: Hugh Dickins <hugh@veritas.com> Cc: Mike Travis <travis@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86')
0 files changed, 0 insertions, 0 deletions