| 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: | Wed, 16 Mar 2011 17:28:13 +0530 |
| In-reply-to: | <cover.1300275485.git.jayachandranc@netlogicmicro.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cover.1300275485.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 3/7] Add XLR/XLS cache and TLB support, Jayachandran C |
|---|---|
| Next by Date: | [PATCH 5/7] Platform files for XLR/XLS processor support, Jayachandran C |
| Previous by Thread: | Re: [PATCH 3/7] Add XLR/XLS cache and TLB support, Jayachandran C. |
| Next by Thread: | [PATCH 5/7] Platform files for XLR/XLS processor support, Jayachandran C |
| Indexes: | [Date] [Thread] [Top] [All Lists] |