diff options
author | 2011-07-12 09:58:06 +0200 | |
---|---|---|
committer | 2011-07-13 16:35:56 -0700 | |
commit | 53348f27168534561c0c814843bbf181314374f4 (patch) | |
tree | 619f7945ecb15317dd211c68267eb6603295521f /crypto/api.c | |
parent | x86: Fix memblock_x86_check_reserved_size() use in efi_reserve_boot_services() (diff) | |
download | wireguard-linux-53348f27168534561c0c814843bbf181314374f4.tar.xz wireguard-linux-53348f27168534561c0c814843bbf181314374f4.zip |
bootmem: Fix __free_pages_bootmem() to use @order properly
a226f6c899 (FRV: Clean up bootmem allocator's page freeing algorithm)
separated out __free_pages_bootmem() from free_all_bootmem_core().
__free_pages_bootmem() takes @order argument but it assumes @order is
either 0 or ilog2(BITS_PER_LONG). Note that all the current users
match that assumption and this doesn't cause actual problems.
Fix it by using 1 << order instead of BITS_PER_LONG.
Signed-off-by: Tejun Heo <tj@kernel.org>
Link: http://lkml.kernel.org/r/1310457490-3356-3-git-send-email-tj@kernel.org
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'crypto/api.c')
0 files changed, 0 insertions, 0 deletions