Source-Changes-HG archive

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

[src/nick-nhusb]: src/sys/dev/ic Oops... use the ipq we created.



details:   https://anonhg.NetBSD.org/src/rev/327f783a44f3
branches:  nick-nhusb
changeset: 804667:327f783a44f3
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Jun 12 08:35:47 2016 +0000

description:
Oops... use the ipq we created.

diffstat:

 sys/dev/ic/dwc_gmac.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 164035e8ce53 -r 327f783a44f3 sys/dev/ic/dwc_gmac.c
--- a/sys/dev/ic/dwc_gmac.c     Sun Jun 12 08:33:29 2016 +0000
+++ b/sys/dev/ic/dwc_gmac.c     Sun Jun 12 08:35:47 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dwc_gmac.c,v 1.28.2.5 2016/06/12 08:33:29 skrll Exp $ */
+/* $NetBSD: dwc_gmac.c,v 1.28.2.6 2016/06/12 08:35:47 skrll Exp $ */
 
 /*-
  * Copyright (c) 2013, 2014 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: dwc_gmac.c,v 1.28.2.5 2016/06/12 08:33:29 skrll Exp $");
+__KERNEL_RCSID(1, "$NetBSD: dwc_gmac.c,v 1.28.2.6 2016/06/12 08:35:47 skrll Exp $");
 
 /* #define     DWC_GMAC_DEBUG  1 */
 
@@ -1207,7 +1207,7 @@
                mutex_exit(&sc->sc_rxq.r_mtx);
 
                bpf_mtap(ifp, m);
-               if_percpuq_enqueue(ifp->if_percpuq, m);
+               if_percpuq_enqueue(sc->sc_ipq, m);
 
                mutex_enter(&sc->sc_rxq.r_mtx);
 



Home | Main Index | Thread Index | Old Index