summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2009-02-11 07:50:07 +0000
committermarius <marius@FreeBSD.org>2009-02-11 07:50:07 +0000
commitac7210234c1153e735d954be50d6254cb4df2ed8 (patch)
tree00a6d2e0916658018607b7bb68d93707f3e0d735 /sys/sun4v
parentdac94dc0316f63160724fcef7d6c42ff0ab559a9 (diff)
downloadFreeBSD-src-ac7210234c1153e735d954be50d6254cb4df2ed8.zip
FreeBSD-src-ac7210234c1153e735d954be50d6254cb4df2ed8.tar.gz
- Use the generally more appropriate PROM base rather than the
kernel one as the non-faulting flush address in the loader so we can can change KERNBASE and VM_MIN_KERNEL_ADDRESS if we ever want to without needing to worry about using a compatible loader. - Correctly check for LOADER_DEBUG. - Add a missing const for page_sizes[]. This file was missed in r188455.
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/include/vmparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sun4v/include/vmparam.h b/sys/sun4v/include/vmparam.h
index 61d4937..bd133e8 100644
--- a/sys/sun4v/include/vmparam.h
+++ b/sys/sun4v/include/vmparam.h
@@ -40,7 +40,6 @@
* $FreeBSD$
*/
-
#ifndef _MACHINE_VMPARAM_H_
#define _MACHINE_VMPARAM_H_
@@ -203,6 +202,7 @@
#define VM_MAXUSER_ADDRESS (VM_MAX_USER_ADDRESS)
#define KERNBASE (VM_MIN_KERNEL_ADDRESS)
+#define PROMBASE (VM_MIN_PROM_ADDRESS)
#define USRSTACK (VM_MAX_USER_ADDRESS)
/*
OpenPOWER on IntegriCloud