aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/param.h
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-03-09 05:53:13 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-03-09 05:53:13 +0000
commit2bbb0ff1411c5570449c088f6908c5a9eba35a37 (patch)
treecb824c0d09b1f38fcd04781a66c38ad24d0dbf3a /sys/alpha/include/param.h
parent74712ec9742f5668a837880270247c5f7e9f0769 (diff)
Notes
Diffstat (limited to 'sys/alpha/include/param.h')
-rw-r--r--sys/alpha/include/param.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h
index 7509c366f8d1..92dbbc674a18 100644
--- a/sys/alpha/include/param.h
+++ b/sys/alpha/include/param.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: param.h,v 1.1 1998/01/10 10:13:15 jb Exp $ */
/* From: NetBSD: param.h,v 1.20 1997/09/19 13:52:53 leo Exp */
/*
@@ -71,6 +71,7 @@
#define ALIGNED_POINTER(p,t) ((((u_long)(p)) & (sizeof(t)-1)) == 0)
#define NBPG (1 << ALPHA_PGSHIFT) /* bytes/page */
+#define PAGE_SIZE NBPG
#define PGOFSET (NBPG-1) /* byte off. into pg */
#define PGSHIFT ALPHA_PGSHIFT /* LOG2(NBPG) */
#define NPTEPG (1 << (PGSHIFT-PTESHIFT)) /* pte's/page */