Module Name:    src
Committed By:   jklos
Date:           Thu Jun  6 20:42:33 UTC 2019

Modified Files:
        src/sys/arch/mac68k/include: param.h

Log Message:
As per port-m68k/54254 and a few months of testing, mac68k will switch
to 8KB pages. OK with hauke@, rjs@ and tsutsui@.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/mac68k/include/param.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/mac68k/include/param.h
diff -u src/sys/arch/mac68k/include/param.h:1.45 src/sys/arch/mac68k/include/param.h:1.46
--- src/sys/arch/mac68k/include/param.h:1.45	Fri Feb 10 17:35:48 2012
+++ src/sys/arch/mac68k/include/param.h	Thu Jun  6 20:42:33 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.45 2012/02/10 17:35:48 para Exp $	*/
+/*	$NetBSD: param.h,v 1.46 2019/06/06 20:42:33 jklos Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -87,7 +87,7 @@
  */
 #include <machine/intr.h>
 
-#define	PGSHIFT		12		/* LOG2(NBPG) */
+#define	PGSHIFT		13		/* LOG2(NBPG) */
 #define	KERNBASE	0x00000000	/* start of kernel virtual */
 
 #define	UPAGES		3  		/* pages of u-area */

Reply via email to