summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2011-07-16 20:31:29 +0000
committerjchandra <jchandra@FreeBSD.org>2011-07-16 20:31:29 +0000
commitc7527da8368df2fa54418c4919a8f79521a02946 (patch)
treeb24da6314f56d9703c2614ab82a6dc93528ad457 /sys/conf
parent87a4ad12f030ac678b2f894a8a168c4b219e3eeb (diff)
downloadFreeBSD-src-c7527da8368df2fa54418c4919a8f79521a02946.zip
FreeBSD-src-c7527da8368df2fa54418c4919a8f79521a02946.tar.gz
MIPS changes for Netlogic XLP support.
This patch adds support for the Netlogic XLP mips64 processors in the common MIPS code. The changes are : - Add CPU_NLM processor type - Add cases for CPU_NLM, mostly were CPU_RMI is used. - Update cache flush changes for CPU_NLM - Add kernel build configuration files for xLP. In collaboration with: Prabhath Raman <prabhathpr at netlogicmicro com> Approved by: bz(re), jmallett, imp(mips)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/options.mips1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.mips b/sys/conf/options.mips
index ee04ae1..0384283 100644
--- a/sys/conf/options.mips
+++ b/sys/conf/options.mips
@@ -36,6 +36,7 @@ CPU_HAVEFPU opt_global.h
CPU_SB1 opt_global.h
CPU_CNMIPS opt_global.h
CPU_RMI opt_global.h
+CPU_NLM opt_global.h
ISA_MIPS1 opt_cputype.h
ISA_MIPS3 opt_cputype.h
OpenPOWER on IntegriCloud