| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 4/7] Add XLR to asm/module.h |
| From: | Jayachandran C <jayachandranc@netlogicmicro.com> |
| Date: | Fri, 18 Mar 2011 18:59:15 +0530 |
| In-reply-to: | <cover.1300452150.git.jayachandranc@netlogicmicro.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cover.1300452150.git.jayachandranc@netlogicmicro.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.20 (2009-06-14) |
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com> --- 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 d94085a..bc01a02 100644 --- a/arch/mips/include/asm/module.h +++ b/arch/mips/include/asm/module.h @@ -118,6 +118,8 @@ search_module_dbetables(unsigned long addr) #define MODULE_PROC_FAMILY "LOONGSON2 " #elif defined CONFIG_CPU_CAVIUM_OCTEON #define MODULE_PROC_FAMILY "OCTEON " +#elif defined CONFIG_CPU_XLR +#define MODULE_PROC_FAMILY "XLR " #else #error MODULE_PROC_FAMILY undefined for your processor configuration #endif -- 1.7.1 -- Jayachandran C. jayachandranc@netlogicmicro.com (Netlogic Microsystems) jchandra@freebsd.org (The FreeBSD Project) |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 1/7] Netlogic XLR/XLS processor IDs., Jayachandran C |
|---|---|
| Next by Date: | [PATCH 0/7] Support for Netlogic XLR/XLS processors, Jayachandran C |
| Previous by Thread: | [PATCH 1/7] Netlogic XLR/XLS processor IDs., Jayachandran C |
| Next by Thread: | [PATCH 6/7] Kconfig and Makefile update for Netlogic XLR/XLS, Jayachandran C |
| Indexes: | [Date] [Thread] [Top] [All Lists] |