Use ENTRY instead of ALTENTRY, it doesn't exist on arm.

This commit is contained in:
cognet 2006-08-29 23:53:34 +00:00
parent cd7c289ec7
commit 8397e9dcdc

View File

@ -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 */