Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2006 00:22:40 GMT
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 100680 for review
Message-ID:  <200607060022.k660MeV2086720@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100680

Change 100680 by cognet@cognet on 2006/07/06 00:22:06

	Keep this in alphabetical order.

Affected files ...

.. //depot/projects/mips2/src/sys/sys/user.h#3 edit

Differences ...

==== //depot/projects/mips2/src/sys/sys/user.h#3 (text+ko) ====

@@ -94,15 +94,15 @@
 #ifdef __i386__
 #define	KINFO_PROC_SIZE	768
 #endif
+#ifdef __mips__
+#define KINFO_PROC_SIZE 768
+#endif
 #ifdef __powerpc__
 #define	KINFO_PROC_SIZE	768
 #endif
 #ifdef __sparc64__
 #define	KINFO_PROC_SIZE 1088
 #endif
-#ifdef __mips__
-#define KINFO_PROC_SIZE 768
-#endif
 #ifndef KINFO_PROC_SIZE
 #error "Unknown architecture"
 #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607060022.k660MeV2086720>