Subversion Repositories HelenOS

Rev

Rev 1850 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1850 Rev 1888
Line 29... Line 29...
29
/** @addtogroup ia64mm 
29
/** @addtogroup ia64mm 
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
33
*/
33
*/
34
                                                   
-
 
35
 
34
 
36
#include <arch/mm/vhpt.h>
35
#include <arch/mm/vhpt.h>
37
#include <mm/frame.h>
36
#include <mm/frame.h>
38
#include <print.h>
37
#include <print.h>
39
 
38
 
40
 
-
 
41
static vhpt_entry_t* vhpt_base;
39
static vhpt_entry_t* vhpt_base;
42
 
40
 
43
uintptr_t vhpt_set_up(void)
41
uintptr_t vhpt_set_up(void)
44
{
42
{
45
    vhpt_base = frame_alloc(VHPT_WIDTH-FRAME_WIDTH,FRAME_KA | FRAME_ATOMIC);
43
    vhpt_base = frame_alloc(VHPT_WIDTH-FRAME_WIDTH,FRAME_KA | FRAME_ATOMIC);