diff --git a/sys/arch/sparc64/sparc64/genassym.cf b/sys/arch/sparc64/sparc64/genassym.cf index 9c9426b8b446..3cd3c2d73c56 100644 --- a/sys/arch/sparc64/sparc64/genassym.cf +++ b/sys/arch/sparc64/sparc64/genassym.cf @@ -1,4 +1,4 @@ -# $NetBSD: genassym.cf,v 1.29 2003/01/31 19:05:56 martin Exp $ +# $NetBSD: genassym.cf,v 1.30 2003/04/03 22:19:16 martin Exp $ # # Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -96,6 +96,7 @@ include include include include +include #include @@ -116,6 +117,7 @@ endif define BSD BSD define USRSTACK USRSTACK define PADDRT sizeof(paddr_t) +define PAGE_SIZE PAGE_SIZE # Important offsets into the lwp and proc structs & associated constants define L_FORW offsetof(struct lwp, l_forw)