Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/arch/dreamcast/dreamcast Pull up following revision(s...
details: https://anonhg.NetBSD.org/src/rev/5029b6bc33c1
branches: netbsd-6
changeset: 774264:5029b6bc33c1
user: riz <riz%NetBSD.org@localhost>
date: Thu Jun 28 04:52:15 2012 +0000
description:
Pull up following revision(s) (requested by tsutsui in ticket #360):
sys/arch/dreamcast/dreamcast/machdep.c: revision 1.43
Explicitly include <machine/pcb.h> for struct pcb.
Fixes build error on GENERIC + no options DDB, reported by Yasushi Oshima.
Should be pulled up to netbsd-6.
diffstat:
sys/arch/dreamcast/dreamcast/machdep.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r fbf9221c6300 -r 5029b6bc33c1 sys/arch/dreamcast/dreamcast/machdep.c
--- a/sys/arch/dreamcast/dreamcast/machdep.c Thu Jun 28 04:50:38 2012 +0000
+++ b/sys/arch/dreamcast/dreamcast/machdep.c Thu Jun 28 04:52:15 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.42 2010/12/20 00:25:31 matt Exp $ */
+/* $NetBSD: machdep.c,v 1.42.14.1 2012/06/28 04:52:15 riz Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2002 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.42 2010/12/20 00:25:31 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.42.14.1 2012/06/28 04:52:15 riz Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -98,6 +98,7 @@
#include <sh3/bscreg.h>
#include <machine/intr.h>
#include <machine/kloader.h>
+#include <machine/pcb.h>
#include <dev/cons.h>
Home |
Main Index |
Thread Index |
Old Index