summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.mips
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2016-02-02 07:47:38 +0000
committeradrian <adrian@FreeBSD.org>2016-02-02 07:47:38 +0000
commit4fbe101595e65ea3b679a3d18bf897d5ac7038a7 (patch)
tree16307db52af8aaefa574486552b9c7e52a7cac94 /sys/conf/options.mips
parentee0ad14f04253e3dbd765ebf9e131f4839a1df88 (diff)
downloadFreeBSD-src-4fbe101595e65ea3b679a3d18bf897d5ac7038a7.zip
FreeBSD-src-4fbe101595e65ea3b679a3d18bf897d5ac7038a7.tar.gz
Rename some CPU_MIPSxxx options and add new CPU_MIPSxxx options
This revision does the following renames: CPU_MIPS24KC -> CPU_MIPS24K CPU_MIPS74KC -> CPU_MIPS74K CPU_MIPS1004KC -> CPU_MIPS1004K It also adds the following new CPU_MIPSxxx options: CPU_MIPS24KE, CPU_MIPS34K, CPU_MIPS1074K, CPU_INTERAPTIV, CPU_PROAPTIV CPU_MIPSxxxxKC is limiting and possibly misleading as it implies the MIPSxxxxK CPU has no FPU. It would be better if the CPUs are named after their standard functionalities only and the presence or absence of FPU can then be controlled via the CPU_HAVEFPU option. I will send out another dependent revision that moves MIPS 32 r2 and r3 CPUs to use the EHB instruction for clearing hazards instead of NOP/SSNOP. Submitted by: Stanislav Galabov <sgalabov@gmail.com> Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D5077
Diffstat (limited to 'sys/conf/options.mips')
-rw-r--r--sys/conf/options.mips10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/conf/options.mips b/sys/conf/options.mips
index 47cff06..e85f5b1 100644
--- a/sys/conf/options.mips
+++ b/sys/conf/options.mips
@@ -29,9 +29,13 @@
# $FreeBSD$
CPU_MIPS4KC opt_global.h
-CPU_MIPS24KC opt_global.h
-CPU_MIPS74KC opt_global.h
-CPU_MIPS1004KC opt_global.h
+CPU_MIPS24K opt_global.h
+CPU_MIPS34K opt_global.h
+CPU_MIPS74K opt_global.h
+CPU_MIPS1004K opt_global.h
+CPU_MIPS1074K opt_global.h
+CPU_INTERAPTIV opt_global.h
+CPU_PROAPTIV opt_global.h
CPU_MIPS32 opt_global.h
CPU_MIPS64 opt_global.h
CPU_SENTRY5 opt_global.h
OpenPOWER on IntegriCloud