summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2009-02-10 21:48:42 +0000
committermarius <marius@FreeBSD.org>2009-02-10 21:48:42 +0000
commit9618354cad5d7984141563788baae57610de7d27 (patch)
tree4d527b31b1299f1d997655df488c7aad9d7cde9e /sys/sparc64
parent59864a1e04bce3c677036894f20613aee716733d (diff)
downloadFreeBSD-src-9618354cad5d7984141563788baae57610de7d27.zip
FreeBSD-src-9618354cad5d7984141563788baae57610de7d27.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[].
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/include/vmparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/vmparam.h b/sys/sparc64/include/vmparam.h
index fa155c4..7849884 100644
--- a/sys/sparc64/include/vmparam.h
+++ b/sys/sparc64/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