aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/pte.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/pte.h')
-rw-r--r--sys/alpha/include/pte.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/include/pte.h b/sys/alpha/include/pte.h
index da211ca9d8bc..4981272d48fe 100644
--- a/sys/alpha/include/pte.h
+++ b/sys/alpha/include/pte.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: pte.h,v 1.1.1.1 1998/03/09 05:43:16 jb Exp $ */
/* From: NetBSD: pte.h,v 1.10 1997/09/02 19:07:22 thorpej Exp */
/*
@@ -91,7 +91,7 @@ typedef alpha_pt_entry_t pt_entry_t;
#define vatopa(va) \
((PG_PFNUM(*kvtopte(va)) << PGSHIFT) | ((vm_offset_t)(va) & PGOFSET))
-#define ALPHA_STSIZE ((u_long)NBPG) /* 8k */
+#define ALPHA_STSIZE ((u_long)PAGE_SIZE) /* 8k */
#define ALPHA_MAX_PTSIZE ((u_long)(NPTEPG * NBPG)) /* 8M */
#ifdef _KERNEL