/*
 * Machine dependent constants for ARM.
 */
#define	KTLBASE		512		/* kernel text logical page base */
#define	PMLBASE		1024		/* physical memory logical page base */
#define	NBPG		32768		/* bytes/page */
#define	PGOFSET		(NBPG-1)	/* byte offset into page */
#define	PGSHIFT		15		/* LOG2(NBPG) */
#define	CLSIZE		1
#define	CLSIZELOG2	0
#define	SSIZE		1		/* initial stack size/NBPG */
#define	SINCR		1		/* increment of stack/NBPG */
#define	UPAGES		1		/* pages of u-area */

#define HZ 100

#define MAXPHYS ((256+2)*1024*1024)
#define PAGE_SIZE 4096
