Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1248 → Rev 1247

/kernel/trunk/generic/src/mm/tlb.c
26,11 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/**
* @file tlb.c
* @brief Generic TLB shootdown algorithm.
*/
 
#include <mm/tlb.h>
#include <mm/asid.h>
#include <arch/mm/tlb.h>