Module Name:    src
Committed By:   njoly
Date:           Wed Dec 22 22:08:47 UTC 2010

Modified Files:
        src/sys/arch/amd64/include: types.h

Log Message:
__HAVE_CPU_INFO_FIRST -> __HAVE_CPU_DATA_FIRST.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/amd64/include/types.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/include/types.h
diff -u src/sys/arch/amd64/include/types.h:1.34 src/sys/arch/amd64/include/types.h:1.35
--- src/sys/arch/amd64/include/types.h:1.34	Wed Dec 22 04:15:02 2010
+++ src/sys/arch/amd64/include/types.h	Wed Dec 22 22:08:47 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: types.h,v 1.34 2010/12/22 04:15:02 christos Exp $	*/
+/*	$NetBSD: types.h,v 1.35 2010/12/22 22:08:47 njoly Exp $	*/
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -78,7 +78,7 @@
 
 #define	__HAVE_DEVICE_REGISTER
 #define	__HAVE_CPU_COUNTER
-#define	__HAVE_CPU_INFO_FIRST
+#define	__HAVE_CPU_DATA_FIRST
 #define	__HAVE_MD_CPU_OFFLINE
 #define	__HAVE_SYSCALL_INTERN
 #define	__HAVE_MINIMAL_EMUL

Reply via email to