provide a single, common implementation for get_order_from_{bytes,pages}()
authorJan Beulich <jbeulich@suse.com>
Wed, 7 Mar 2012 10:50:31 +0000 (11:50 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 7 Mar 2012 10:50:31 +0000 (11:50 +0100)
commit5fb0f4f5d87bb72a76ca55b96a8b4ce1a0810f8c
tree875ca5be9806a5d3f82598a92a78213ebaba793e
parente45066d3c3fff98ed502546bd3152541eab16b07
provide a single, common implementation for get_order_from_{bytes,pages}()

All three per-architecture implementations were identical, and I cannot
see how future architectures would need any sort of customization here
(the only per-architecture aspect here is the actual PAGE_SHIFT value).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/include/asm-arm/mm.h
xen/include/asm-ia64/xenpage.h
xen/include/asm-x86/page.h
xen/include/xen/mm.h