summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/bootparam.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2010-11-09 20:08:04 (GMT)
committerThomas Gleixner <tglx@linutronix.de>2010-11-11 23:45:41 (GMT)
commitc751e17b5371ad86cdde6cf5c0175e06f3ff0347 (patch)
tree9ea4e3201df35ed59718bbbbbecb5ea2f0e4d510 /arch/x86/include/asm/bootparam.h
parent6f207e9bb4219d261d9326597ca533f954f31755 (diff)
downloadlinux-c751e17b5371ad86cdde6cf5c0175e06f3ff0347.tar.xz
x86: Add CE4100 platform support
Add CE4100 platform support. CE4100 needs early setup like moorestown. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Dirk Brandewie <dirk.brandewie@gmail.com> LKML-Reference: <94720fd7f5564a12ebf202cf2c4f4c0d619aab35.1289331834.git.dirk.brandewie@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/include/asm/bootparam.h')
-rw-r--r--arch/x86/include/asm/bootparam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/bootparam.h b/arch/x86/include/asm/bootparam.h
index 8e62185..c8bfe63 100644
--- a/arch/x86/include/asm/bootparam.h
+++ b/arch/x86/include/asm/bootparam.h
@@ -124,6 +124,7 @@ enum {
X86_SUBARCH_LGUEST,
X86_SUBARCH_XEN,
X86_SUBARCH_MRST,
+ X86_SUBARCH_CE4100,
X86_NR_SUBARCHS,
};