diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-20 09:31:24 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-20 09:31:24 +0200 |
commit | c4dc59ae7af8c1c116d2cb4dffba337f032a6bee (patch) | |
tree | 09c40158db101e722aebdc6592291574d8f34f6b | |
parent | 63b5d7af2556a7de6bf72c5dd0b85a32fb4c3767 (diff) |
x86, VisWS: turn into generic arch, eliminate leftover files
remove unused leftovers.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | include/asm-x86/mach-visws/entry_arch.h | 5 | ||||
-rw-r--r-- | include/asm-x86/mach-visws/mach_apic.h | 1 | ||||
-rw-r--r-- | include/asm-x86/mach-visws/mach_apicdef.h | 1 | ||||
-rw-r--r-- | include/asm-x86/mach-visws/setup_arch.h | 1 | ||||
-rw-r--r-- | include/asm-x86/mach-visws/smpboot_hooks.h | 1 |
5 files changed, 0 insertions, 9 deletions
diff --git a/include/asm-x86/mach-visws/entry_arch.h b/include/asm-x86/mach-visws/entry_arch.h deleted file mode 100644 index 86be554342d..00000000000 --- a/include/asm-x86/mach-visws/entry_arch.h +++ /dev/null @@ -1,5 +0,0 @@ -/* - * VISWS uses the standard Linux entry points: - */ - -#include "../mach-default/entry_arch.h" diff --git a/include/asm-x86/mach-visws/mach_apic.h b/include/asm-x86/mach-visws/mach_apic.h deleted file mode 100644 index 6943e7a1d0e..00000000000 --- a/include/asm-x86/mach-visws/mach_apic.h +++ /dev/null @@ -1 +0,0 @@ -#include "../mach-default/mach_apic.h" diff --git a/include/asm-x86/mach-visws/mach_apicdef.h b/include/asm-x86/mach-visws/mach_apicdef.h deleted file mode 100644 index 42711d152a9..00000000000 --- a/include/asm-x86/mach-visws/mach_apicdef.h +++ /dev/null @@ -1 +0,0 @@ -#include "../mach-default/mach_apicdef.h" diff --git a/include/asm-x86/mach-visws/setup_arch.h b/include/asm-x86/mach-visws/setup_arch.h deleted file mode 100644 index fa4766ca2d1..00000000000 --- a/include/asm-x86/mach-visws/setup_arch.h +++ /dev/null @@ -1 +0,0 @@ -#include "../mach-default/setup_arch.h" diff --git a/include/asm-x86/mach-visws/smpboot_hooks.h b/include/asm-x86/mach-visws/smpboot_hooks.h deleted file mode 100644 index e4433ca8871..00000000000 --- a/include/asm-x86/mach-visws/smpboot_hooks.h +++ /dev/null @@ -1 +0,0 @@ -#include "../mach-default/smpboot_hooks.h" |