| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH 8/16] define MODULE_PROC_FAMILY for Loongson2 |
| From: | tiansm@lemote.com |
| Date: | Sun, 15 Apr 2007 23:25:57 +0800 |
| Cc: | Fuxin Zhang <zhangfx@lemote.com> |
| In-reply-to: | <11766507661684-git-send-email-tiansm@lemote.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <11766507651736-git-send-email-tiansm@lemote.com> <11766507661317-git-send-email-tiansm@lemote.com> <11766507661726-git-send-email-tiansm@lemote.com> <11766507662638-git-send-email-tiansm@lemote.com> <11766507661133-git-send-email-tiansm@lemote.com> <11766507661526-git-send-email-tiansm@lemote.com> <11766507662650-git-send-email-tiansm@lemote.com> <11766507661684-git-send-email-tiansm@lemote.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: Fuxin Zhang <zhangfx@lemote.com> Signed-off-by: Fuxin Zhang <zhangfx@lemote.com> --- include/asm-mips/module.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/asm-mips/module.h b/include/asm-mips/module.h index 399d03f..f615324 100644 --- a/include/asm-mips/module.h +++ b/include/asm-mips/module.h @@ -112,6 +112,8 @@ search_module_dbetables(unsigned long addr) #define MODULE_PROC_FAMILY "RM9000 " #elif defined CONFIG_CPU_SB1 #define MODULE_PROC_FAMILY "SB1 " +#elif defined CONFIG_CPU_LOONGSON2 +#define MODULE_PROC_FAMILY "LOONGSON2 " #else #error MODULE_PROC_FAMILY undefined for your processor configuration #endif -- 1.4.4.1 |
| Previous by Date: | [PATCH 5/16] add MACH_GROUP_LEMOTE & MACH_LEMOTE_FULONG, tiansm |
|---|---|
| Next by Date: | [PATCH 1/16] new files for lemote fulong mini-PC support, tiansm |
| Previous by Thread: | [PATCH 7/16] add Loongson processor definitions, tiansm |
| Next by Thread: | [PATCH 9/16] add serial port definition for lemote fulong, tiansm |
| Indexes: | [Date] [Thread] [Top] [All Lists] |