Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1146 → Rev 1157

/boot/trunk/arch/ppc32/loader/asm.S
29,11 → 29,6
#include "asm.h"
#include "regname.h"
 
.data
 
flush_buffer:
.space (L1_CACHE_LINES * L1_CACHE_BYTES)
 
.text
 
.global halt
124,6 → 119,9
ori r30, r30, ~(msr_ir | msr_dr)@l
and r31, r31, r30
mtspr srr1, r31
sync
isync
rfi
 
.section REALMODE