summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/md_var.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2007-07-30 22:12:53 +0000
committermarcel <marcel@FreeBSD.org>2007-07-30 22:12:53 +0000
commit8fddc91c7054cd46eef9d54a5307a13687e3c68b (patch)
treeb2c5f5f1bf2ee90d3ddc2939aaeb5d1045ad9b53 /sys/ia64/include/md_var.h
parent68c4f43232aab80af3844b1263a69455eb94f40b (diff)
downloadFreeBSD-src-8fddc91c7054cd46eef9d54a5307a13687e3c68b.zip
FreeBSD-src-8fddc91c7054cd46eef9d54a5307a13687e3c68b.tar.gz
Explicitly map the VHPT on all processors. Previously we were
merely lucky that the VHPT was mapped as a side-effect of mapping the kernel, but when there's enough physical memory, this may not at all be the case. Approved by: re (blanket)
Diffstat (limited to 'sys/ia64/include/md_var.h')
-rw-r--r--sys/ia64/include/md_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/include/md_var.h b/sys/ia64/include/md_var.h
index 8695cd8..864e6c9 100644
--- a/sys/ia64/include/md_var.h
+++ b/sys/ia64/include/md_var.h
@@ -87,6 +87,7 @@ void ia64_probe_sapics(void);
int interrupt(uint64_t, struct trapframe *);
void map_gateway_page(void);
void map_pal_code(void);
+void map_vhpt(uintptr_t);
void os_boot_rendez(void);
void os_mca(void);
int syscall(struct trapframe *);
OpenPOWER on IntegriCloud