Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include/arm32 Revert previous; we don't want ar...



details:   https://anonhg.NetBSD.org/src/rev/42b4102be462
branches:  trunk
changeset: 467116:42b4102be462
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 13 20:36:44 2020 +0000

description:
Revert previous; we don't want arm to have variable page size. Instead
nick@ is fixing the cache pages issue to use a separate pool.

diffstat:

 sys/arch/arm/include/arm32/vmparam.h |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r dae4e4f55ecc -r 42b4102be462 sys/arch/arm/include/arm32/vmparam.h
--- a/sys/arch/arm/include/arm32/vmparam.h      Mon Jan 13 20:30:08 2020 +0000
+++ b/sys/arch/arm/include/arm32/vmparam.h      Mon Jan 13 20:36:44 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.46 2020/01/11 19:06:34 christos Exp $    */
+/*     $NetBSD: vmparam.h,v 1.47 2020/01/13 20:36:44 christos Exp $    */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -84,11 +84,6 @@
 #define        PAGE_SIZE       (1 << PAGE_SHIFT)
 #define        PAGE_MASK       (PAGE_SIZE - 1)
 
-#define        MIN_PAGE_SHIFT  12                      /* normal */
-#define        MAX_PAGE_SHIFT  13                      /* _ARM_ARCH_6 */
-#define        MIN_PAGE_SIZE   (1 << MIN_PAGE_SHIFT)
-#define        MAX_PAGE_SIZE   (1 << MAX_PAGE_SHIFT)
-
 /*
  * Mach derived constants
  */



Home | Main Index | Thread Index | Old Index