commit | ffb5bce0bfd7f196dcfb3263596202cef7b4b92c | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Mon Jul 04 14:36:06 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 05 00:10:29 2016 -0700 |
tree | 88a4d468b61c9612e11906bc88604f8bdeb6ecc3 | |
parent | 9507ffc2acf04c9b1aa02e346225d268c07d79f0 [diff] |
net: r6040: Utilize __napi_schedule_irqoff We are already in hard IRQ context, so we can use __napi_schedule_irqoff() to save a few operations. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>