Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 2071 → Rev 2124

/trunk/kernel/arch/ia64/src/mm/vhpt.c
32,6 → 32,7
/** @file
*/
 
#include <memstr.h>
#include <arch/mm/vhpt.h>
#include <mm/frame.h>
#include <print.h>
76,8 → 77,6
ventry->word[0]=entry.word[0];
ventry->word[1]=entry.word[1];
ventry->present.tag.tag_word = tag;
 
}
 
void vhpt_invalidate_all()