Use ENTRY instead of ALTENTRY, it doesn't exist on arm.
This commit is contained in:
parent
cd7c289ec7
commit
8397e9dcdc
@ -52,7 +52,7 @@ __FBSDID("$FreeBSD$");
|
||||
* Fetch an int from the user's address space.
|
||||
*/
|
||||
|
||||
ALTENTRY(casuword32)
|
||||
ENTRY(casuword32)
|
||||
ENTRY(casuptr)
|
||||
#ifdef MULTIPROCESSOR
|
||||
/* XXX Probably not appropriate for non-Hydra SMPs */
|
||||
|
Loading…
x
Reference in New Issue
Block a user