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<