Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 883 → Rev 882

/kernel/trunk/arch/sparc64/include/barrier.h
47,12 → 47,7
* As such, it may trap if the address is not found in DTLB.
* 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 %sp\n");
}
 
/** Memory Barrier instruction. */