Module Name:    src
Committed By:   matt
Date:           Wed Dec 22 01:04:23 UTC 2010

Modified Files:
        src/sys/arch/arm/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.17 -r1.18 src/sys/arch/arm/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/arm/include/types.h
diff -u src/sys/arch/arm/include/types.h:1.17 src/sys/arch/arm/include/types.h:1.18
--- src/sys/arch/arm/include/types.h:1.17	Fri Dec 11 05:52:03 2009
+++ src/sys/arch/arm/include/types.h	Wed Dec 22 01:04:23 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: types.h,v 1.17 2009/12/11 05:52:03 matt Exp $	*/
+/*	$NetBSD: types.h,v 1.18 2010/12/22 01:04:23 matt Exp $	*/
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -83,6 +83,7 @@
 
 #define	__HAVE_SYSCALL_INTERN
 #define	__HAVE_MINIMAL_EMUL
+#define __HAVE_CPU_DATA_FIRST
 
 #if defined(_KERNEL)
 #define	__HAVE_RAS

Reply via email to