From ded2ba201702ebec785cd49ad4de137b11093c34 Mon Sep 17 00:00:00 2001 From: Jake Burkholder Date: Sat, 29 Dec 2001 07:00:04 +0000 Subject: [PATCH] Don't concatentate __func__. Make page size constants explicitly long and unsigned. Add a macro for compile time assertions. --- sys/sparc64/include/param.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/sys/sparc64/include/param.h b/sys/sparc64/include/param.h index 8733764adf7..60fd0bd2aa6 100644 --- a/sys/sparc64/include/param.h +++ b/sys/sparc64/include/param.h @@ -35,7 +35,7 @@ */ #define TODO \ - panic("implement " __func__) + panic("implement %s", __func__) /* * Round p (pointer or byte index) up to a correctly-aligned value @@ -86,19 +86,19 @@ #define ALIGN(p) _ALIGN(p) #define PAGE_SHIFT_8K 13 -#define PAGE_SIZE_8K (1<