Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2003 20:04:09 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26173 for review
Message-ID:  <200303020404.h22449Ae085836@repoman.freebsd.org>

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

Change 26173 by jmallett@jmallett_dalek on 2003/03/01 20:04:06

	Now with the ooey-gooey 64-bitness, we match sizes with other
	architectures, and no longer have kewl unique "888" kinfo_proc
	size.

Affected files ...

.. //depot/projects/mips/sys/sys/user.h#5 edit

Differences ...

==== //depot/projects/mips/sys/sys/user.h#5 (text+ko) ====

@@ -74,7 +74,8 @@
  * to initialize it in two places: kern/kern_proc.c in the function
  * fill_kinfo_proc and in lib/libkvm/kvm_proc.c in the function kvm_proclist.
  */
-#if defined(__alpha__) || defined(__ia64__) || defined(__sparc64__)
+#if defined(__alpha__) || defined(__ia64__) || defined(__mips__) || \
+	defined(__sparc64__)
 #define	KINFO_PROC_SIZE	912		/* the correct size for kinfo_proc */
 #endif
 #ifdef	__i386__
@@ -83,9 +84,6 @@
 #ifdef  __powerpc__
 #define	KINFO_PROC_SIZE	656
 #endif
-#ifdef	__mips__
-#define	KINFO_PROC_SIZE	888
-#endif
 #ifndef	KINFO_PROC_SIZE
 #error	"Unknown architecture"
 #endif

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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