summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.mips
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-10-09 00:21:21 +0000
committeradrian <adrian@FreeBSD.org>2013-10-09 00:21:21 +0000
commitbfcce6c74047531786722a8fc2e026d049a2804d (patch)
tree77097ae96cc9594fd6335a6a5b6b1a297b63b86b /sys/conf/options.mips
parent2b26115030c4ff6c9f563b14ae6e1726121e1e89 (diff)
downloadFreeBSD-src-bfcce6c74047531786722a8fc2e026d049a2804d.zip
FreeBSD-src-bfcce6c74047531786722a8fc2e026d049a2804d.tar.gz
Add two new MIPS CPU families - mips24k and mips74k.
They're both different cores: * mips24k is an 8-stage pipeline, mips32r1 ABI, non-superscalar core. * mips74k is a dual-issue 15-stage superscalar design, mips32r2 ABI. They have different sets of quirks and bugs; these #define entries will be used to work around these. Now, strictly speaking, we should have CPU ABI families (mips32r1, mips32r2, etc) and CPU core types (mips4k, mips24k, mips74k, etc.) But this is the starting point of that particular tidy-up. Reviewed by: imp@ Approved by: re@ (gjb)
Diffstat (limited to 'sys/conf/options.mips')
-rw-r--r--sys/conf/options.mips2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/options.mips b/sys/conf/options.mips
index 1435a6e..b159723 100644
--- a/sys/conf/options.mips
+++ b/sys/conf/options.mips
@@ -29,6 +29,8 @@
# $FreeBSD$
CPU_MIPS4KC opt_global.h
+CPU_MIPS24KC opt_global.h
+CPU_MIPS74KC opt_global.h
CPU_MIPS32 opt_global.h
CPU_MIPS64 opt_global.h
CPU_SENTRY5 opt_global.h
OpenPOWER on IntegriCloud