]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: use unsigned int for page order fix 2
authorHugh Dickins <hughd@google.com>
Wed, 21 Oct 2015 22:03:30 +0000 (09:03 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Oct 2015 22:03:30 +0000 (09:03 +1100)
commitbcf948746b4e6eb10d5823a2533257eba801f73b
tree7c0cb97b6966e1db702212c96c04809305993c74
parentc804a9f2e320f1b13cf3d4cc1388f361a3e3df2c
mm: use unsigned int for page order fix 2

Some configs now end up with MAX_ORDER and pageblock_order having
different types: silence compiler warning in __free_one_page().

Signed-off-by: Hugh Dickins <hughd@google.com>
Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/page_alloc.c