kernel-hacking-2024-linux-s.../arch/x86/mm
Alexander van Heukelum 69c89b5bf7 traps: x86: remove trace_hardirqs_fixup from pagefault handler
The last use of trace_hardirqs_fixup is unnecessary, because the
trap is taken with interrupt off on i386 as well as x86_64, and
the irq-tracer is notified of this from the assembly code.

trace_hardirqs_fixup and trace_hardirqs_fixup_flags are removed
from include/asm-x86/irqflags.h as they are no longer used.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-10-13 10:22:04 +02:00
..
dump_pagetables.c
extable.c
fault.c traps: x86: remove trace_hardirqs_fixup from pagefault handler 2008-10-13 10:22:04 +02:00
gup.c x86: make mm/gup.c more virtualization friendly 2008-10-13 10:21:18 +02:00
highmem_32.c
hugetlbpage.c
init_32.c x86: add _PAGE_IOMAP pte flag for IO mappings 2008-10-13 10:20:56 +02:00
init_64.c x86-64: fix combining of regions in init_memory_mapping() 2008-10-13 10:21:16 +02:00
ioremap.c x86: add early_memremap() 2008-10-13 10:21:01 +02:00
k8topology_64.c
kmmio.c
Makefile
memtest.c
mmap.c
mmio-mod.c
numa_32.c
numa_64.c
pageattr-test.c
pageattr.c
pat.c
pf_in.c
pf_in.h
pgtable.c
pgtable_32.c
srat_32.c
srat_64.c x86, uv: add early detection of UV system types 2008-10-13 10:21:51 +02:00
testmmiotrace.c