git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10026 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
andrewfish 2010-02-19 22:31:35 +00:00
parent 98bc0c8c05
commit fea3a3a4cf
1 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ CPSRRead
ReadCCSIDR
MCR p15,2,r0,c0,c0,0 ; Write Cache Size Selection Register (CSSELR)
ISB
MRC p15,1,<Rt>,c0,c0,0 ; Read current CP15 Cache Size ID Register (CCSIDR)
MRC p15,1,r0,c0,c0,0 ; Read current CP15 Cache Size ID Register (CCSIDR)
BX lr
@ -106,7 +106,7 @@ ReadCCSIDR
// IN UINT32 CSSELR
// )
ReadCLIDR
MRC p15,1,<Rt>,c0,c0,1 ; Read CP15 Cache Level ID Register
MRC p15,1,r0,c0,c0,1 ; Read CP15 Cache Level ID Register
END