Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2001 15:29:52 -0700
From:      "David O'Brien" <obrien@freebsd.org>
To:        alpha@freebsd.org
Subject:   patch OK for cpu.h ?
Message-ID:  <20010821152952.A59783@dragon.nuxi.com>

next in thread | raw e-mail | index | archive | help
Either i386 and sparc64 are wrong, or Alpha is.


Index: cpu.h
===================================================================
RCS file: /home/ncvs/src/sys/alpha/include/cpu.h,v
retrieving revision 1.13.2.1
diff -u -r1.13.2.1 cpu.h
--- cpu.h	2000/05/24 14:20:58	1.13.2.1
+++ cpu.h	2001/08/21 22:26:30
@@ -109,7 +109,7 @@
 #define	CPU_ADJKERNTZ		7	/* int:	timezone offset	(seconds) */
 #define	CPU_DISRTCSET		8	/* int: disable resettodr() call */
 #define	CPU_WALLCLOCK		9	/* int:	indicates wall CMOS clock */
-#define	CPU_MAXID		9	/* 9 valid machdep IDs */
+#define	CPU_MAXID		10	/* number of valid machdep ids */
 
 #define	CTL_MACHDEP_NAMES { \
 	{ 0, 0 }, \

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




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