- Flush of I/D-cache at boot

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@491 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-10-03 16:43:00 +00:00
parent e7b85e0138
commit 48da5e410e
@@ -21,6 +21,12 @@ _start:
nop
mtc0 $26, $31
# Invalidate I-Cache
cop0 32
# Invalidate D-Cache
cop0 34
# jump init
la $26, _init
jalr $26