summaryrefslogtreecommitdiff
path: root/arch/x86/xen/irq.c
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@ozlabs.ru>2014-08-14 09:03:07 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2014-08-19 17:11:57 +0400
commitc04fa5831d4d89dfbc88406f4a46f9846841a560 (patch)
tree691332dbb4ce5b6180326d5097e9485a781a4753 /arch/x86/xen/irq.c
parent350b8bdd689cd2ab2c67c8a86a0be86cfa0751a7 (diff)
downloadlinux-c04fa5831d4d89dfbc88406f4a46f9846841a560.tar.xz
PC, KVM, CMA: Fix regression caused by wrong get_order() use
fc95ca7284bc54953165cba76c3228bd2cdb9591 claims that there is no functional change but this is not true as it calls get_order() (which takes bytes) where it should have called order_base_2() and the kernel stops on VM_BUG_ON(). This replaces get_order() with order_base_2() (round-up version of ilog2). Suggested-by: Paul Mackerras <paulus@samba.org> Cc: Alexander Graf <agraf@suse.de> Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/xen/irq.c')
0 files changed, 0 insertions, 0 deletions