diff options
Diffstat (limited to 'arch/mips/include/asm/module.h')
-rw-r--r-- | arch/mips/include/asm/module.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/module.h b/arch/mips/include/asm/module.h index 44b705d08262..c2edae382d5d 100644 --- a/arch/mips/include/asm/module.h +++ b/arch/mips/include/asm/module.h | |||
@@ -126,6 +126,8 @@ search_module_dbetables(unsigned long addr) | |||
126 | #define MODULE_PROC_FAMILY "LOONGSON1 " | 126 | #define MODULE_PROC_FAMILY "LOONGSON1 " |
127 | #elif defined CONFIG_CPU_LOONGSON2 | 127 | #elif defined CONFIG_CPU_LOONGSON2 |
128 | #define MODULE_PROC_FAMILY "LOONGSON2 " | 128 | #define MODULE_PROC_FAMILY "LOONGSON2 " |
129 | #elif defined CONFIG_CPU_LOONGSON3 | ||
130 | #define MODULE_PROC_FAMILY "LOONGSON3 " | ||
129 | #elif defined CONFIG_CPU_CAVIUM_OCTEON | 131 | #elif defined CONFIG_CPU_CAVIUM_OCTEON |
130 | #define MODULE_PROC_FAMILY "OCTEON " | 132 | #define MODULE_PROC_FAMILY "OCTEON " |
131 | #elif defined CONFIG_CPU_XLR | 133 | #elif defined CONFIG_CPU_XLR |