Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 23:41:11 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257198 - head/sys/boot/powerpc/ps3
Message-ID:  <201310262341.r9QNfBUs099347@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Sat Oct 26 23:41:11 2013
New Revision: 257198
URL: http://svnweb.freebsd.org/changeset/base/257198

Log:
  Fix build after r257162.

Modified:
  head/sys/boot/powerpc/ps3/start.S

Modified: head/sys/boot/powerpc/ps3/start.S
==============================================================================
--- head/sys/boot/powerpc/ps3/start.S	Sat Oct 26 23:13:20 2013	(r257197)
+++ head/sys/boot/powerpc/ps3/start.S	Sat Oct 26 23:41:11 2013	(r257198)
@@ -27,7 +27,7 @@
 
 #define LOCORE
 
-#include <machine/trap_aim.h>
+#include <machine/trap.h>
 
 /*
  * KBoot and simulators will start this program from the _start symbol, with



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