Page MenuHomeFreeBSD

D16655.diff
No OneTemporary

D16655.diff

Index: head/sys/mips/malta/asm_malta.S
===================================================================
--- head/sys/mips/malta/asm_malta.S
+++ head/sys/mips/malta/asm_malta.S
@@ -73,13 +73,15 @@
jal platform_processor_id
nop
+ PTR_LA t1, malta_ap_boot
+
1:
- ll t0, malta_ap_boot
+ ll t0, 0(t1)
bne v0, t0, 1b
nop
move t0, zero
- sc t0, malta_ap_boot
+ sc t0, 0(t1)
beqz t0, 1b
nop

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 21, 11:47 PM (6 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28929318
Default Alt Text
D16655.diff (407 B)

Event Timeline