Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2009 20:24:12 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r200445 - stable/8/sys/sparc64/sparc64
Message-ID:  <200912122024.nBCKOCsh062536@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Sat Dec 12 20:24:12 2009
New Revision: 200445
URL: http://svn.freebsd.org/changeset/base/200445

Log:
  MFC: r200215
  
  Add <machine/pcb.h> missed in r199135 (MFC'ed in r200443).

Modified:
  stable/8/sys/sparc64/sparc64/trap.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/sparc64/sparc64/trap.c
==============================================================================
--- stable/8/sys/sparc64/sparc64/trap.c	Sat Dec 12 20:11:31 2009	(r200444)
+++ stable/8/sys/sparc64/sparc64/trap.c	Sat Dec 12 20:24:12 2009	(r200445)
@@ -84,6 +84,7 @@ __FBSDID("$FreeBSD$");
 #include <machine/frame.h>
 #include <machine/intr_machdep.h>
 #include <machine/ofw_machdep.h>
+#include <machine/pcb.h>
 #include <machine/smp.h>
 #include <machine/trap.h>
 #include <machine/tstate.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912122024.nBCKOCsh062536>