]> Pileus Git - ~andy/linux/commit
netif_set_xps_queue: make cpu mask const
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 2 Oct 2013 06:14:06 +0000 (09:14 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Oct 2013 16:29:26 +0000 (12:29 -0400)
commit3573540cafa4296dd60f8be02f2aecaa31047525
treed1df5c4648f5cead63251abc03409cce50c40928
parent5e8a402f831dbe7ee831340a91439e46f0d38acd
netif_set_xps_queue: make cpu mask const

virtio wants to pass in cpumask_of(cpu), make parameter
const to avoid build warnings.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c