summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2016-01-13 14:39:39 +0000
committerian <ian@FreeBSD.org>2016-01-13 14:39:39 +0000
commitdc94e24d2bb0ec269330a1e5ee6f786039b5fd04 (patch)
tree9c2f08ba058d31096d3b921882e6468c0bff126a
parent7fd2ccf67ef48340e0f68ca1f47798b23cef6afd (diff)
downloadFreeBSD-src-dc94e24d2bb0ec269330a1e5ee6f786039b5fd04.zip
FreeBSD-src-dc94e24d2bb0ec269330a1e5ee6f786039b5fd04.tar.gz
Fix the spelling of fueword* to eliminate compile warnings about mismatched
begin/end symbols when the warning level is turned up. Submitted by: Steve Kiernan <stevek@juniper.net>
-rw-r--r--sys/arm/arm/fusu.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/arm/fusu.S b/sys/arm/arm/fusu.S
index dee2455a0..54d263c 100644
--- a/sys/arm/arm/fusu.S
+++ b/sys/arm/arm/fusu.S
@@ -139,8 +139,8 @@ EENTRY_NP(fueword32)
mov r0, #0x00000000
str r0, [r2, #PCB_ONFAULT]
RET
-EEND(fuword32)
-END(fuword)
+EEND(fueword32)
+END(fueword)
/*
* fusword(caddr_t uaddr);
OpenPOWER on IntegriCloud