Gitweb: http://git.kernel.org/linus/1164dd0099c0d79146a55319670f57ab7ad1d352
Commit: 1164dd0099c0d79146a55319670f57ab7ad1d352
Parent: 7b38725318f4517af6168ccbff99060d67aba1c8
Author: Ingo Molnar <mingo@elte.hu>
AuthorDate: Wed Jan 28 19:34:09 2009 +0100
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Thu Jan 29 14:16:51 2009 +0100
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>
---
arch/x86/include/asm/{mach-default => }/apm.h | 0
arch/x86/include/asm/{mach-default => }/do_timer.h | 0
.../include/asm/{mach-default => }/entry_arch.h | 5 +++++
.../include/asm/{mach-default => }/mach_timer.h | 0
.../include/asm/{mach-default => }/mach_traps.h | 0
.../include/asm/{mach-default => }/pci-functions.h | 0
.../include/asm/{mach-default => }/setup_arch.h | 0
.../include/asm/{mach-default => }/smpboot_hooks.h | 0
arch/x86/kernel/apm_32.c | 2 +-
arch/x86/kernel/entry_32.S | 2 +-
arch/x86/kernel/nmi.c | 2 +-
arch/x86/kernel/probe_roms_32.c | 2 +-
arch/x86/kernel/setup.c | 2 +-
arch/x86/kernel/smpboot.c | 2 +-
arch/x86/kernel/time_32.c | 2 +-
arch/x86/kernel/traps.c | 2 +-
arch/x86/pci/pcbios.c | 2 +-
drivers/clocksource/acpi_pm.c | 2 +-
drivers/clocksource/cyclone.c | 2 +-
19 files changed, 16 insertions(+), 11 deletions(-)
diff --git a/arch/x86/include/asm/mach-default/apm.h b/arch/x86/include/asm/apm.h
similarity index 100%
rename from ...