]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r256937:
authorbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 29 Jan 2014 22:01:42 +0000 (22:01 +0000)
committerbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 29 Jan 2014 22:01:42 +0000 (22:01 +0000)
commit23e5a02e23153c343177ec0594001b7537800862
tree47f0b79587a7a46bd868711dd80f185625f8b63b
parent0c28add0fffdcdd8177748f7879a9a17073facb7
MFC r256937:

MFP4:
Change 231031 by brooks@brooks_zenith on 2013/07/11 16:22:08

Turn the unused and uncompilable MIPS_DISABLE_L1_CACHE define in
cache.c into an option and when set force I- and D-cache line
sizes to 0 (the latter part might be better as a tunable).

Fix some casts in an #if 0'd bit of code which attempts to
disable L1 cache ops when the cache is coherent.

Sponsored by: DARPA/AFRL

git-svn-id: svn://svn.freebsd.org/base/stable/10@261277 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/conf/options.mips
sys/mips/mips/cache.c
sys/mips/mips/cpu.c