Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Back out previous; it breaks binary compatibility b...



details:   https://anonhg.NetBSD.org/src/rev/cbfc05a19177
branches:  trunk
changeset: 536386:cbfc05a19177
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Sep 14 15:54:00 2002 +0000

description:
Back out previous; it breaks binary compatibility between platforms
in the same MACHINE_ARCH.

diffstat:

 sys/arch/acorn32/include/vmparam.h   |  6 +++---
 sys/arch/cats/include/vmparam.h      |  6 +++---
 sys/arch/evbarm/include/vmparam.h    |  6 +++---
 sys/arch/hpcarm/include/vmparam.h    |  6 +++---
 sys/arch/netwinder/include/vmparam.h |  6 +++---
 sys/arch/shark/include/vmparam.h     |  6 +++---
 6 files changed, 18 insertions(+), 18 deletions(-)

diffs (150 lines):

diff -r 2779ccc37f0e -r cbfc05a19177 sys/arch/acorn32/include/vmparam.h
--- a/sys/arch/acorn32/include/vmparam.h        Sat Sep 14 15:23:49 2002 +0000
+++ b/sys/arch/acorn32/include/vmparam.h        Sat Sep 14 15:54:00 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.10 2002/09/14 12:58:37 mycroft Exp $     */
+/*     $NetBSD: vmparam.h,v 1.11 2002/09/14 15:54:00 thorpej Exp $     */
 
 /*
  * Copyright (c) 1988 The Regents of the University of California.
@@ -90,8 +90,6 @@
 
 #define VM_PHYS_SIZE           (USRIOSIZE*NBPG)
 
-#endif /* _KERNEL */
-
 /*
  * max number of non-contig chunks of physical RAM you can have
  */
@@ -126,4 +124,6 @@
 #define        VM_FREELIST_ISADMA      1
 #define VM_FREELIST_RPCDMA     1
 
+#endif /* _KERNEL */
+
 #endif /* _ARM32_VMPARAM_H_ */
diff -r 2779ccc37f0e -r cbfc05a19177 sys/arch/cats/include/vmparam.h
--- a/sys/arch/cats/include/vmparam.h   Sat Sep 14 15:23:49 2002 +0000
+++ b/sys/arch/cats/include/vmparam.h   Sat Sep 14 15:54:00 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.15 2002/09/14 12:58:38 mycroft Exp $     */
+/*     $NetBSD: vmparam.h,v 1.16 2002/09/14 15:54:01 thorpej Exp $     */
 
 /*
  * Copyright (c) 1988 The Regents of the University of California.
@@ -95,8 +95,6 @@
 
 #define VM_PHYS_SIZE           (USRIOSIZE*NBPG)
 
-#endif /* _KERNEL */
-
 /*
  * max number of non-contig chunks of physical RAM you can have
  */
@@ -129,4 +127,6 @@
 #define        VM_FREELIST_DEFAULT     0
 #define        VM_FREELIST_ISADMA      1
 
+#endif /* _KERNEL */
+
 #endif /* _ARM32_VMPARAM_H_ */
diff -r 2779ccc37f0e -r cbfc05a19177 sys/arch/evbarm/include/vmparam.h
--- a/sys/arch/evbarm/include/vmparam.h Sat Sep 14 15:23:49 2002 +0000
+++ b/sys/arch/evbarm/include/vmparam.h Sat Sep 14 15:54:00 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.12 2002/09/14 12:58:38 mycroft Exp $     */
+/*     $NetBSD: vmparam.h,v 1.13 2002/09/14 15:54:01 thorpej Exp $     */
 
 /*
  * Copyright (c) 1988 The Regents of the University of California.
@@ -90,8 +90,6 @@
 
 #define VM_PHYS_SIZE           (USRIOSIZE*NBPG)
 
-#endif /* _KERNEL */
-
 /*
  * max number of non-contig chunks of physical RAM you can have
  */
@@ -124,4 +122,6 @@
 #define        VM_FREELIST_DEFAULT     0
 #define        VM_FREELIST_ISADMA      1
 
+#endif /* _KERNEL */
+
 #endif /* _ARM32_VMPARAM_H_ */
diff -r 2779ccc37f0e -r cbfc05a19177 sys/arch/hpcarm/include/vmparam.h
--- a/sys/arch/hpcarm/include/vmparam.h Sat Sep 14 15:23:49 2002 +0000
+++ b/sys/arch/hpcarm/include/vmparam.h Sat Sep 14 15:54:00 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.17 2002/09/14 12:58:39 mycroft Exp $     */
+/*     $NetBSD: vmparam.h,v 1.18 2002/09/14 15:54:01 thorpej Exp $     */
 
 /*
  * Copyright (c) 1988 The Regents of the University of California.
@@ -87,8 +87,6 @@
 
 #define VM_PHYS_SIZE           (USRIOSIZE*NBPG)
 
-#endif /* _KERNEL */
-
 /*
  * max number of non-contig chunks of physical RAM you can have
  */
@@ -121,4 +119,6 @@
 #define        VM_FREELIST_DEFAULT     0
 #define        VM_FREELIST_ISADMA      1
 
+#endif /* _KERNEL */
+
 #endif /* _HPCARM_VMPARAM_H_ */
diff -r 2779ccc37f0e -r cbfc05a19177 sys/arch/netwinder/include/vmparam.h
--- a/sys/arch/netwinder/include/vmparam.h      Sat Sep 14 15:23:49 2002 +0000
+++ b/sys/arch/netwinder/include/vmparam.h      Sat Sep 14 15:54:00 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.13 2002/09/14 12:58:39 mycroft Exp $     */
+/*     $NetBSD: vmparam.h,v 1.14 2002/09/14 15:54:02 thorpej Exp $     */
 
 /*
  * Copyright (c) 1988 The Regents of the University of California.
@@ -90,8 +90,6 @@
 
 #define VM_PHYS_SIZE           (USRIOSIZE*NBPG)
 
-#endif /* _KERNEL */
-
 /*
  * max number of non-contig chunks of physical RAM you can have
  */
@@ -124,4 +122,6 @@
 #define        VM_FREELIST_DEFAULT     0
 #define        VM_FREELIST_ISADMA      1
 
+#endif /* _KERNEL */
+
 #endif /* _ARM32_VMPARAM_H_ */
diff -r 2779ccc37f0e -r cbfc05a19177 sys/arch/shark/include/vmparam.h
--- a/sys/arch/shark/include/vmparam.h  Sat Sep 14 15:23:49 2002 +0000
+++ b/sys/arch/shark/include/vmparam.h  Sat Sep 14 15:54:00 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.5 2002/09/14 12:58:39 mycroft Exp $      */
+/*     $NetBSD: vmparam.h,v 1.6 2002/09/14 15:54:02 thorpej Exp $      */
 
 /*
  * Copyright (c) 1988 The Regents of the University of California.
@@ -82,8 +82,6 @@
 
 #define VM_PHYS_SIZE           (USRIOSIZE*NBPG)
 
-#endif /* _KERNEL */
-
 /*
  * max number of non-contig chunks of physical RAM you can have
  */
@@ -118,4 +116,6 @@
 #define        VM_FREELIST_ISADMA      1
 #define VM_FREELIST_RPCDMA     1
 
+#endif /* _KERNEL */
+
 #endif /* _ARM32_VMPARAM_H_ */



Home | Main Index | Thread Index | Old Index