Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sh3/include Add a define __HAVE_CPU_DATA_FIRST whic...



details:   https://anonhg.NetBSD.org/src/rev/5098a1d45120
branches:  trunk
changeset: 759959:5098a1d45120
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Dec 22 02:41:12 2010 +0000

description:
Add a define __HAVE_CPU_DATA_FIRST which means that cpu_data is the first
member in struct cpu_info.

diffstat:

 sys/arch/sh3/include/types.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c45abe3d571e -r 5098a1d45120 sys/arch/sh3/include/types.h
--- a/sys/arch/sh3/include/types.h      Wed Dec 22 01:34:19 2010 +0000
+++ b/sys/arch/sh3/include/types.h      Wed Dec 22 02:41:12 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: types.h,v 1.29 2009/12/11 05:52:04 matt Exp $  */
+/*     $NetBSD: types.h,v 1.30 2010/12/22 02:41:12 matt Exp $  */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -71,6 +71,7 @@
 
 #define        __HAVE_AST_PERPROC
 #define        __HAVE_SYSCALL_INTERN
+#define        __HAVE_CPU_DATA_FIRST
 
 #if defined(_KERNEL)
 #define        __HAVE_RAS



Home | Main Index | Thread Index | Old Index