svn commit: r224616 - head/sys/powerpc/booke

Marcel Moolenaar marcel at FreeBSD.org
Tue Aug 2 23:06:59 UTC 2011


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
 
 /*


More information about the svn-src-all mailing list