Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 866 → Rev 867

/kernel/trunk/arch/sparc64/include/trap/mmu.h
39,6 → 39,7
 
#define FAST_MMU_HANDLER_SIZE 128
 
#ifdef __ASM__
.macro FAST_INSTRUCTION_ACCESS_MMU_MISS_HANDLER
call fast_instruction_access_mmu_miss
nop
56,5 → 57,6
nop
retry
.endm
#endif /* __ASM__ */
 
#endif