OSDN Git Service

Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0
authorK. Y. Srinivasan <kys@microsoft.com>
Tue, 15 Dec 2015 00:01:56 +0000 (16:01 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Dec 2015 03:15:05 +0000 (19:15 -0800)
commitb282e4c06fe89fc750fb26791c0bd7b25315973a
treec5afed57ae08d315779b2da771ff41ce5ce68697
parentc35b82ef0294ae5052120615f5cfcef17c5a6bf7
Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0

Force all channel messages to be delivered on CPU0. These messages are not
performance critical and are used during the setup and teardown of the
channel.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/connection.c