svn commit: r233666 - head/sys/boot/powerpc/ps3
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Thu Mar 29 16:04:42 UTC 2012
Author: nwhitehorn
Date: Thu Mar 29 16:04:42 2012
New Revision: 233666
URL: http://svn.freebsd.org/changeset/base/233666
Log:
Fix build after changes to trap headers.
Modified:
head/sys/boot/powerpc/ps3/start.S
Modified: head/sys/boot/powerpc/ps3/start.S
==============================================================================
--- head/sys/boot/powerpc/ps3/start.S Thu Mar 29 16:02:40 2012 (r233665)
+++ head/sys/boot/powerpc/ps3/start.S Thu Mar 29 16:04:42 2012 (r233666)
@@ -25,6 +25,8 @@
* $FreeBSD$
*/
+#define LOCORE
+
#include <machine/trap_aim.h>
/*
More information about the svn-src-head
mailing list