aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/arm/fusu.S
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2004-09-28 14:39:26 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2004-09-28 14:39:26 +0000
commit77ee40aac50c3472683d3c9199d9075fdbd99232 (patch)
tree30bfd1f8b0c2577157ef4ac3768de6a93652d423 /sys/arm/arm/fusu.S
parent022fb8422460a684b25413481537ecf59af75ed6 (diff)
downloadsrc-77ee40aac50c3472683d3c9199d9075fdbd99232.tar.gz
src-77ee40aac50c3472683d3c9199d9075fdbd99232.zip
Calling fuword from fuword32 with bl and without returning after is really a bad
idea. Any way I get a customized CVS template with "Pointy hat to: cognet" pre-filled ?
Notes
Notes: svn path=/head/; revision=135881
Diffstat (limited to 'sys/arm/arm/fusu.S')
-rw-r--r--sys/arm/arm/fusu.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arm/arm/fusu.S b/sys/arm/arm/fusu.S
index e610b557f725..f49ecea6a3d7 100644
--- a/sys/arm/arm/fusu.S
+++ b/sys/arm/arm/fusu.S
@@ -52,6 +52,7 @@ __FBSDID("$FreeBSD$");
* Fetch an int from the user's address space.
*/
+ENTRY(fuword32)
ENTRY(fuword)
#ifdef MULTIPROCESSOR
/* XXX Probably not appropriate for non-Hydra SMPs */
@@ -81,8 +82,6 @@ ENTRY(fuword)
mov r0, r3
mov pc, lr
-ENTRY(fuword32)
- bl _C_LABEL(fuword)
/*
* fusword(caddr_t uaddr);
* Fetch a short from the user's address space.