aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-11-13 10:10:39 +0000
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-11-13 10:10:39 +0000
commit491971c6fe2d109669776fa600908155a24e56cb (patch)
tree9270a10344dbcb8a208c911ad625dccbecdf5a09
parent231d079a6c041efca7a65b496cc34b11678b5b8b (diff)
downloadxen-491971c6fe2d109669776fa600908155a24e56cb.tar.gz
xen-491971c6fe2d109669776fa600908155a24e56cb.tar.bz2
xen-491971c6fe2d109669776fa600908155a24e56cb.zip
bitkeeper revision 1.1159.168.4 (4195dd9fuE-UmEKmUEOm1GvgA2jDXg)
Declare evtchn_do_upcall with asmlinkage for CONFIG_REGPARM. (not evtchn_device_upcall)
-rw-r--r--linux-2.6.9-xen-sparse/include/asm-xen/evtchn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-2.6.9-xen-sparse/include/asm-xen/evtchn.h b/linux-2.6.9-xen-sparse/include/asm-xen/evtchn.h
index a4930a09d5..d6f0b0b545 100644
--- a/linux-2.6.9-xen-sparse/include/asm-xen/evtchn.h
+++ b/linux-2.6.9-xen-sparse/include/asm-xen/evtchn.h
@@ -45,10 +45,10 @@
void force_evtchn_callback(void);
/* Entry point for notifications into Linux subsystems. */
-void evtchn_do_upcall(struct pt_regs *regs);
+asmlinkage void evtchn_do_upcall(struct pt_regs *regs);
/* Entry point for notifications into the userland character device. */
-asmlinkage void evtchn_device_upcall(int port);
+void evtchn_device_upcall(int port);
static inline void mask_evtchn(int port)
{