Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 948 → Rev 949

/boot/trunk/arch/ppc32/loader/asm.S
186,7 → 186,9
jump_to_kernel:
mtspr SPRN_SRR0, r3
mfmsr r3
andi. r3, r3, ~(MSR_IR | MSR_DR)@l
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