Module Name:    src
Committed By:   matt
Date:           Wed Feb 27 17:50:07 UTC 2013

Modified Files:
        src/sys/arch/arm/include/arm32: vmparam.h

Log Message:
Define PAGESHIFT using PGSHIFT


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arm/include/arm32/vmparam.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/include/arm32/vmparam.h
diff -u src/sys/arch/arm/include/arm32/vmparam.h:1.28 src/sys/arch/arm/include/arm32/vmparam.h:1.29
--- src/sys/arch/arm/include/arm32/vmparam.h:1.28	Mon Feb 25 16:12:13 2013
+++ src/sys/arch/arm/include/arm32/vmparam.h	Wed Feb 27 17:50:07 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: vmparam.h,v 1.28 2013/02/25 16:12:13 matt Exp $	*/
+/*	$NetBSD: vmparam.h,v 1.29 2013/02/27 17:50:07 matt Exp $	*/
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
  * While the ARM architecture defines Section mappings, large pages,
  * and small pages, the standard page size is (and will always be) 4K.
  */
-#define	PAGE_SHIFT	12
+#define	PAGE_SHIFT	PGSHIFT
 #define	PAGE_SIZE	(1 << PAGE_SHIFT)
 #define	PAGE_MASK	(PAGE_SIZE - 1)
 

Reply via email to