Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/include __SWAP_BROKEN is no longer useful here.



details:   https://anonhg.NetBSD.org/src/rev/b553d26ad161
branches:  trunk
changeset: 467360:b553d26ad161
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Tue Mar 23 19:16:03 1999 +0000

description:
__SWAP_BROKEN is no longer useful here.

diffstat:

 sys/arch/arm32/include/vmparam.h |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (25 lines):

diff -r 71980075e7f1 -r b553d26ad161 sys/arch/arm32/include/vmparam.h
--- a/sys/arch/arm32/include/vmparam.h  Tue Mar 23 18:57:19 1999 +0000
+++ b/sys/arch/arm32/include/vmparam.h  Tue Mar 23 19:16:03 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.13 1999/03/22 10:24:04 mark Exp $        */
+/*     $NetBSD: vmparam.h,v 1.14 1999/03/23 19:16:03 mycroft Exp $     */
 
 /*
  * Copyright (c) 1988 The Regents of the University of California.
@@ -174,15 +174,6 @@
        char *attrs;                    /* attrs array */
 };
 
-/*
- * XXX
- *
- * PR port-arm32/7122 and port-arm32/7123 describe a bug relating
- * to swapping.
- * Until these PR's are resolved and closed disable swapping.
- */
-#define __SWAP_BROKEN
-
 #endif /* _ARM32_VMPARAM_H_ */
 
 /* End of vmparam.h */



Home | Main Index | Thread Index | Old Index