From 2b6eeeeba10628e94ed4e58fb15e4d460ad8dfa9 Mon Sep 17 00:00:00 2001 From: alc Date: Fri, 3 Oct 2003 19:49:08 +0000 Subject: Make PAGE_SIZE and related quantities signed on sparc64. (They are signed quantities on every other architecture.) This change is required in order to move pmap_prefault() out of the pmap and into the machine-independent layer. --- sys/sparc64/include/param.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/sparc64') diff --git a/sys/sparc64/include/param.h b/sys/sparc64/include/param.h index 8a9726c..7f5ade6 100644 --- a/sys/sparc64/include/param.h +++ b/sys/sparc64/include/param.h @@ -79,19 +79,19 @@ #define ALIGN(p) _ALIGN(p) #define PAGE_SHIFT_8K 13 -#define PAGE_SIZE_8K (1UL<