summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2011-08-02 23:06:59 +0000
committermarcel <marcel@FreeBSD.org>2011-08-02 23:06:59 +0000
commit830b5e7e90d229abc28702967dbf1539e5f743b8 (patch)
treec087cf7cb0df9baac145f45dbacafddd407d5a4c /sys/powerpc
parent2c26b14138e83cc617676a473fbfdf15958d3b1e (diff)
downloadFreeBSD-src-830b5e7e90d229abc28702967dbf1539e5f743b8.zip
FreeBSD-src-830b5e7e90d229abc28702967dbf1539e5f743b8.tar.gz
There's no ':' after GLOBAL(). Missed due to no SMP testing.
Approved by: re (blanket)
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/booke/locore.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/booke/locore.S b/sys/powerpc/booke/locore.S
index 95e50b0..58e722e 100644
--- a/sys/powerpc/booke/locore.S
+++ b/sys/powerpc/booke/locore.S
@@ -242,7 +242,7 @@ done_mapping:
__boot_page:
bl 1f
-GLOBAL(kernload_ap):
+GLOBAL(kernload_ap)
.long 0
/*
OpenPOWER on IntegriCloud