Export PAGE_SIZE from genassym.c, and include assym.s in bcopy_page.S,
instead of <machine/param.h>.
This commit is contained in:
parent
720f3948c0
commit
2dfc7d008b
@ -39,8 +39,11 @@
|
||||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
#include <machine/param.h>
|
||||
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "assym.s"
|
||||
|
||||
#ifndef __XSCALE__
|
||||
|
||||
/* #define BIG_LOOPS */
|
||||
|
@ -102,6 +102,7 @@ ASSYM(P_PID, offsetof(struct proc, p_pid));
|
||||
ASSYM(P_FLAG, offsetof(struct proc, p_flag));
|
||||
|
||||
ASSYM(ARM_TP_ADDRESS, ARM_TP_ADDRESS);
|
||||
ASSYM(PAGE_SIZE, PAGE_SIZE);
|
||||
ASSYM(PDESIZE, PDESIZE);
|
||||
ASSYM(PMAP_DOMAIN_KERNEL, PMAP_DOMAIN_KERNEL);
|
||||
#ifdef PMAP_INCLUDE_PTE_SYNC
|
||||
|
Loading…
Reference in New Issue
Block a user