Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm26/include Make UBC_WINSHIFT a constant.
details: https://anonhg.NetBSD.org/src/rev/306108fe71ef
branches: trunk
changeset: 508556:306108fe71ef
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Fri Apr 13 12:40:16 2001 +0000
description:
Make UBC_WINSHIFT a constant.
diffstat:
sys/arch/arm26/include/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 460daaa78ca8 -r 306108fe71ef sys/arch/arm26/include/param.h
--- a/sys/arch/arm26/include/param.h Fri Apr 13 12:24:10 2001 +0000
+++ b/sys/arch/arm26/include/param.h Fri Apr 13 12:40:16 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.9 2001/03/19 00:29:03 chs Exp $ */
+/* $NetBSD: param.h,v 1.10 2001/04/13 12:40:16 bjh21 Exp $ */
/*
* Copyright (c) 1994,1995 Mark Brinicombe.
@@ -115,7 +115,7 @@
* Also make sure the window size is at least the page size.
*/
#ifndef UBC_WINSHIFT
-#define UBC_WINSHIFT PAGE_SHIFT
+#define UBC_WINSHIFT PGSHIFT
#endif
#ifndef UBC_NWINS
#define UBC_NWINS 32
Home |
Main Index |
Thread Index |
Old Index