Author: marcel
Date: Tue Aug 2 23:06:59 2011
New Revision: 224616
URL: http://svn.freebsd.org/changeset/base/224616
Log:
There's no ':' after GLOBAL(). Missed due to no SMP testing.
Approved by: re (blanket)
Modified:
head/sys/powerpc/booke/locore.S
Modified: head/sys/powerpc/booke/locore.S
==============================================================================
--- head/sys/powerpc/booke/locore.S Tue Aug 2 19:44:40 2011
(r224615)
+++ head/sys/powerpc/booke/locore.S Tue Aug 2 23:06:59 2011
(r224616)
@@ -242,7 +242,7 @@ done_mapping:
__boot_page:
bl 1f
-GLOBAL(kernload_ap):
+GLOBAL(kernload_ap)
.long 0
/*
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"