Module Name: src
Committed By: matt
Date: Wed Dec 22 01:03:18 UTC 2010
Modified Files:
src/sys/arch/vax/include: types.h
Log Message:
Add a define __HAVE_CPU_DATA_FIRST which means that cpu_data is the first
member in struct cpu_info.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/vax/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/vax/include/types.h
diff -u src/sys/arch/vax/include/types.h:1.40 src/sys/arch/vax/include/types.h:1.41
--- src/sys/arch/vax/include/types.h:1.40 Fri Dec 11 05:52:04 2009
+++ src/sys/arch/vax/include/types.h Wed Dec 22 01:03:18 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.40 2009/12/11 05:52:04 matt Exp $ */
+/* $NetBSD: types.h,v 1.41 2010/12/22 01:03:18 matt Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -75,5 +75,6 @@
#define __HAVE_DEVICE_REGISTER
#define __HAVE_SYSCALL_INTERN
#define __HAVE_FAST_SOFTINTS
+#define __HAVE_CPU_DATA_FIRST
#endif /* _MACHTYPES_H_ */