Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1821 → Rev 1822

/trunk/kernel/arch/sparc64/include/barrier.h
54,11 → 54,7
* However, JPS1 implementations are free to ignore the trap.
*/
/*
* %i7 should provide address that is always mapped in DTLB
* as it is a pointer to kernel code.
*/
__asm__ volatile ("flush %i7\n");
__asm__ volatile ("flush %0\n" :: "r" (0x400000));
}
 
/** Memory Barrier instruction. */