Browse Source

del get_mem_clk in 3afirewall.

Change-Id: If039890e0382d0c7f68e3d660a6d9348d03a04e5
Signed-off-by: QiaoChong <qiaochong@loongson.cn>
master
QiaoChong 9 years ago
committed by Chong Qiao
parent
commit
966fca6151
  1. 12
      Targets/Bonito3a780e/Bonito/start_firewall.S

12
Targets/Bonito3a780e/Bonito/start_firewall.S

@ -987,18 +987,6 @@ stuck:
#else
#define MTC0 mtc0
#endif
LEAF(get_mem_clk)
li t0,0xbfe00190
ld t1,0x0(t0)
dsrl t2,t1,37
andi t2,t2,0x0000001f
move v0,t2
nop
jr ra
nop
END(get_mem_clk)
LEAF(CPU_TLBClear)
li a3, 0 # First TLB index.

Loading…
Cancel
Save