Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/sys/arch/xen/include Pull up revision 1.9 (requested by y...



details:   https://anonhg.NetBSD.org/src/rev/53ec05a1eefc
branches:  netbsd-3
changeset: 575677:53ec05a1eefc
user:      tron <tron%NetBSD.org@localhost>
date:      Sun May 01 22:11:39 2005 +0000

description:
Pull up revision 1.9 (requested by yamt in ticket #238):
rename do_event to evtchan_do_event.
the former is too generic name and it actually hides a bug in xennetback.

diffstat:

 sys/arch/xen/include/evtchn.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bfb260bdc98d -r 53ec05a1eefc sys/arch/xen/include/evtchn.h
--- a/sys/arch/xen/include/evtchn.h     Sun May 01 22:11:33 2005 +0000
+++ b/sys/arch/xen/include/evtchn.h     Sun May 01 22:11:39 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: evtchn.h,v 1.2.2.6 2005/04/28 10:39:11 tron Exp $      */
+/*     $NetBSD: evtchn.h,v 1.2.2.7 2005/05/01 22:11:39 tron Exp $      */
 
 /*
  *
@@ -40,7 +40,7 @@
 
 void events_default_setup(void);
 void init_events(void);
-unsigned int do_event(int, struct intrframe *);
+unsigned int evtchn_do_event(int, struct intrframe *);
 int event_set_handler(int, int (*func)(void *), void *, int, const char *);
 int event_remove_handler(int, int (*func)(void *), void *);
 



Home | Main Index | Thread Index | Old Index