Rely on implicit PAGE_SIZE alignment and don't confuse uvm_glue.c.
This commit is contained in:
parent
065ed4f58b
commit
f867ae875e
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: vmparam.h,v 1.11 2007/04/18 13:41:37 skrll Exp $ */
|
||||
/* $NetBSD: vmparam.h,v 1.12 2008/02/05 10:10:21 skrll Exp $ */
|
||||
|
||||
/* $OpenBSD: vmparam.h,v 1.17 2001/09/22 18:00:09 miod Exp $ */
|
||||
|
||||
@ -46,9 +46,6 @@
|
||||
#define USRSTACK 0x70000000 /* Start of user stack */
|
||||
#define SYSCALLGATE 0xC0000000 /* syscall gateway page */
|
||||
|
||||
/* Alignment requirement for a uspace. */
|
||||
#define USPACE_ALIGN PAGE_SIZE
|
||||
|
||||
/*
|
||||
* Virtual memory related constants, all in bytes
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user