]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is enabled
authorVitaly Kuznetsov <vkuznets@redhat.com>
Wed, 24 Aug 2016 23:23:11 +0000 (16:23 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Aug 2016 11:05:41 +0000 (13:05 +0200)
commita132c54cbcb8c239a64370b9cd9468908398bc6e
tree244c5047a7c8dd2dfa64c047f8d2ca10e240f270
parentcb7a5724c7e1bfb5766ad1c3beba14cc715991cf
Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is enabled

With the recently introduced in-kernel memory onlining
(MEMORY_HOTPLUG_DEFAULT_ONLINE) these is no point in waiting for pages
to come online in the driver and we can get rid of the waiting.

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