]> git.baikalelectronics.ru Git - kernel.git/commit
x86: move mach-default/*.h files to asm/
authorIngo Molnar <mingo@elte.hu>
Wed, 28 Jan 2009 18:34:09 +0000 (19:34 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 29 Jan 2009 13:16:51 +0000 (14:16 +0100)
commitcbd3ed27c757e1ea2d0156259be79285fa0c7023
treeb6605a9f5cc12518f65551ccf31a5b6ea3377585
parentf2a42fc7f3a0e366bc3bb632fb283166902dcefa
x86: move mach-default/*.h files to asm/

We are getting rid of subarchitecture support - move the hook files
to asm/. (These are now stale and should be replaced with more explicit
runtime mechanisms - but the transition is simpler this way.)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
27 files changed:
arch/x86/include/asm/apm.h [new file with mode: 0644]
arch/x86/include/asm/do_timer.h [new file with mode: 0644]
arch/x86/include/asm/entry_arch.h [new file with mode: 0644]
arch/x86/include/asm/mach-default/apm.h [deleted file]
arch/x86/include/asm/mach-default/do_timer.h [deleted file]
arch/x86/include/asm/mach-default/entry_arch.h [deleted file]
arch/x86/include/asm/mach-default/mach_timer.h [deleted file]
arch/x86/include/asm/mach-default/mach_traps.h [deleted file]
arch/x86/include/asm/mach-default/pci-functions.h [deleted file]
arch/x86/include/asm/mach-default/setup_arch.h [deleted file]
arch/x86/include/asm/mach-default/smpboot_hooks.h [deleted file]
arch/x86/include/asm/mach_timer.h [new file with mode: 0644]
arch/x86/include/asm/mach_traps.h [new file with mode: 0644]
arch/x86/include/asm/pci-functions.h [new file with mode: 0644]
arch/x86/include/asm/setup_arch.h [new file with mode: 0644]
arch/x86/include/asm/smpboot_hooks.h [new file with mode: 0644]
arch/x86/kernel/apm_32.c
arch/x86/kernel/entry_32.S
arch/x86/kernel/nmi.c
arch/x86/kernel/probe_roms_32.c
arch/x86/kernel/setup.c
arch/x86/kernel/smpboot.c
arch/x86/kernel/time_32.c
arch/x86/kernel/traps.c
arch/x86/pci/pcbios.c
drivers/clocksource/acpi_pm.c
drivers/clocksource/cyclone.c