Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mac68k/include As per port-m68k/54254 and a few mon...



details:   https://anonhg.NetBSD.org/src/rev/538436e9a64b
branches:  trunk
changeset: 451821:538436e9a64b
user:      jklos <jklos%NetBSD.org@localhost>
date:      Thu Jun 06 20:42:33 2019 +0000

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

diffstat:

 sys/arch/mac68k/include/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 27e198060e57 -r 538436e9a64b sys/arch/mac68k/include/param.h
--- a/sys/arch/mac68k/include/param.h   Thu Jun 06 20:41:04 2019 +0000
+++ b/sys/arch/mac68k/include/param.h   Thu Jun 06 20:42:33 2019 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index