diff options
Diffstat (limited to 'arch/x86/include/asm/module.h')
| -rw-r--r-- | arch/x86/include/asm/module.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/module.h b/arch/x86/include/asm/module.h index 555bc12bdcd..3e2ce58a31a 100644 --- a/arch/x86/include/asm/module.h +++ b/arch/x86/include/asm/module.h @@ -17,6 +17,8 @@  #define MODULE_PROC_FAMILY "586MMX "  #elif defined CONFIG_MCORE2  #define MODULE_PROC_FAMILY "CORE2 " +#elif defined CONFIG_MATOM +#define MODULE_PROC_FAMILY "ATOM "  #elif defined CONFIG_M686  #define MODULE_PROC_FAMILY "686 "  #elif defined CONFIG_MPENTIUMII  |