Provide PAGE_SIZE to assembler source.

This commit is contained in:
martin 2003-04-03 22:19:16 +00:00
parent 65f01ff495
commit 67c767ede2

View File

@ -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 <machine/db_machdep.h>
include <machine/pmap.h>
include <machine/cpu.h>
include <machine/reg.h>
include <machine/vmparam.h>
#include <sparc64/sparc64/cpuvar.h>
@ -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)