diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2006-08-30 11:44:37 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2006-08-30 11:44:37 +0000 |
| commit | d50cc5583f372a967b40a4eee79b19e32d6b73df (patch) | |
| tree | 8a470a60144b15bfc3fe7da1ac7a63bca4e478ec /sys/arm | |
| parent | 9dd54fbb7e304231b18fc91dc4fcf5048edccb39 (diff) | |
Notes
Diffstat (limited to 'sys/arm')
| -rw-r--r-- | sys/arm/arm/fusu.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arm/arm/fusu.S b/sys/arm/arm/fusu.S index 7712b44dabdc5..afd4663e9145d 100644 --- a/sys/arm/arm/fusu.S +++ b/sys/arm/arm/fusu.S @@ -52,7 +52,7 @@ __FBSDID("$FreeBSD$"); * Fetch an int from the user's address space. */ -ENTRY(casuword32) +ENTRY_NP(casuword32) ENTRY(casuptr) #ifdef MULTIPROCESSOR /* XXX Probably not appropriate for non-Hydra SMPs */ @@ -99,7 +99,7 @@ ENTRY(casuptr) * Fetch an int from the user's address space. */ -ENTRY(fuword32) +ENTRY_NP(fuword32) ENTRY(fuword) #ifdef MULTIPROCESSOR /* XXX Probably not appropriate for non-Hydra SMPs */ @@ -301,7 +301,7 @@ fusupcbfaulttext: * Store an int in the user's address space. */ -ENTRY(suword32) +ENTRY_NP(suword32) ENTRY(suword) #ifdef MULTIPROCESSOR /* XXX Probably not appropriate for non-Hydra SMPs */ |
