summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/module.h
diff options
context:
space:
mode:
authorJordan Crouse2006-01-06 09:12:14 +0100
committerLinus Torvalds2006-01-06 17:33:38 +0100
commitf90b8116032f4216d260e31f966a3585319387ac (patch)
treec7234671ff0ee152e40dc0175fe46a0d7147641d /include/asm-i386/module.h
parent[PATCH] arch/i386/kernel/cpuid.c: unused variable (diff)
downloadkernel-qcow2-linux-f90b8116032f4216d260e31f966a3585319387ac.tar.gz
kernel-qcow2-linux-f90b8116032f4216d260e31f966a3585319387ac.tar.xz
kernel-qcow2-linux-f90b8116032f4216d260e31f966a3585319387ac.zip
[PATCH] Base support for AMD Geode GX/LX processors
Provide basic support for the AMD Geode GX and LX processors. Signed-off-by: Jordan Crouse <jordan.crouse@amd.com> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-i386/module.h')
-rw-r--r--include/asm-i386/module.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-i386/module.h b/include/asm-i386/module.h
index eb7f2b4234aa..424661d25bd3 100644
--- a/include/asm-i386/module.h
+++ b/include/asm-i386/module.h
@@ -52,8 +52,10 @@ struct mod_arch_specific
#define MODULE_PROC_FAMILY "CYRIXIII "
#elif defined CONFIG_MVIAC3_2
#define MODULE_PROC_FAMILY "VIAC3-2 "
-#elif CONFIG_MGEODEGX1
+#elif defined CONFIG_MGEODEGX1
#define MODULE_PROC_FAMILY "GEODEGX1 "
+#elif defined CONFIG_MGEODE_LX
+#define MODULE_PROC_FAMILY "GEODE "
#else
#error unknown processor family
#endif