svn commit: r257198 - head/sys/boot/powerpc/ps3
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Sat Oct 26 23:41:11 UTC 2013
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
More information about the svn-src-all
mailing list