direct-io.hg
changeset 2965:59a403056d56
bitkeeper revision 1.1159.168.4 (4195dd9fuE-UmEKmUEOm1GvgA2jDXg)
Declare evtchn_do_upcall with asmlinkage for CONFIG_REGPARM.
(not evtchn_device_upcall)
Declare evtchn_do_upcall with asmlinkage for CONFIG_REGPARM.
(not evtchn_device_upcall)
author | cl349@freefall.cl.cam.ac.uk |
---|---|
date | Sat Nov 13 10:10:39 2004 +0000 (2004-11-13) |
parents | 85a6dfa5c367 |
children | fc670b022614 ef156cd165a0 |
files | linux-2.6.9-xen-sparse/include/asm-xen/evtchn.h |
line diff
1.1 --- a/linux-2.6.9-xen-sparse/include/asm-xen/evtchn.h Sat Nov 13 09:59:35 2004 +0000 1.2 +++ b/linux-2.6.9-xen-sparse/include/asm-xen/evtchn.h Sat Nov 13 10:10:39 2004 +0000 1.3 @@ -45,10 +45,10 @@ 1.4 void force_evtchn_callback(void); 1.5 1.6 /* Entry point for notifications into Linux subsystems. */ 1.7 -void evtchn_do_upcall(struct pt_regs *regs); 1.8 +asmlinkage void evtchn_do_upcall(struct pt_regs *regs); 1.9 1.10 /* Entry point for notifications into the userland character device. */ 1.11 -asmlinkage void evtchn_device_upcall(int port); 1.12 +void evtchn_device_upcall(int port); 1.13 1.14 static inline void mask_evtchn(int port) 1.15 {