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/xen Pull up revision 1.10 (requested by yamt...



details:   https://anonhg.NetBSD.org/src/rev/6649e4937156
branches:  netbsd-3
changeset: 575678:6649e4937156
user:      tron <tron%NetBSD.org@localhost>
date:      Sun May 01 22:12:52 2005 +0000

description:
Pull up revision 1.10 (requested by yamt in ticket #239):
xennetback_ifstart: test a correct variable, rather than a function.

diffstat:

 sys/arch/xen/xen/xennetback.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 53ec05a1eefc -r 6649e4937156 sys/arch/xen/xen/xennetback.c
--- a/sys/arch/xen/xen/xennetback.c     Sun May 01 22:11:39 2005 +0000
+++ b/sys/arch/xen/xen/xennetback.c     Sun May 01 22:12:52 2005 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: xennetback.c,v 1.4.2.4 2005/04/28 10:28:30 tron Exp $      */
+/*      $NetBSD: xennetback.c,v 1.4.2.5 2005/05/01 22:12:52 tron Exp $      */
 
 /*
  * Copyright (c) 2005 Manuel Bouyer.
@@ -695,7 +695,7 @@
                        xennetback_get_new_xmit_pages();
        }
        /* send event, if needed */
-       if (do_event) {
+       if (need_event) {
                x86_lfence();
                XENPRINTF(("%s receive event\n", xneti->xni_if.if_xname));
                hypervisor_notify_via_evtchn(xneti->xni_evtchn);



Home | Main Index | Thread Index | Old Index