From 9618354cad5d7984141563788baae57610de7d27 Mon Sep 17 00:00:00 2001 From: marius Date: Tue, 10 Feb 2009 21:48:42 +0000 Subject: - 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[]. --- sys/sparc64/include/vmparam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/sparc64') 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) /* -- cgit v1.1