Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 956 → Rev 955

/boot/trunk/arch/ppc32/loader/asm.S
38,7 → 38,6
 
.global memsetb
.global memcpy
.global flush_instruction_cache
.global jump_to_kernel
 
memsetb:
181,6 → 180,11
blr
 
jump_to_kernel:
mtlr r3
blr
 
mtspr SPRN_SRR0, r3
mfmsr r3
lis r4, ~0@h
ori r4, r4, ~(MSR_IR | MSR_DR)@l
and r3, r3, r4
mtspr SPRN_SRR1, r3
bl flush_instruction_cache
rfi