From cb9dd4e8716884de1439237e98859b3f9d2f228e Mon Sep 17 00:00:00 2001 From: Robin Holt Date: Thu, 7 Oct 2010 12:59:26 -0700 Subject: [PATCH] --- yaml --- r: 211307 b: refs/heads/master c: f241e6607b5a5aefa23c652dbe947b7465633984 h: refs/heads/master i: 211305: 0f75c0787a284af84b8929b38c6580a37e5225d2 211303: 1af3fda74395316a6affef3139b8267613790b26 v: v3 --- [refs] | 2 +- trunk/mm/page_alloc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 51d0b3e848e8..1eef206fcce9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cb655d0f3d57c23db51b981648e452988c0223f9 +refs/heads/master: f241e6607b5a5aefa23c652dbe947b7465633984 diff --git a/trunk/mm/page_alloc.c b/trunk/mm/page_alloc.c index a8cfa9cc6e86..f12ad1836abe 100644 --- a/trunk/mm/page_alloc.c +++ b/trunk/mm/page_alloc.c @@ -5182,9 +5182,9 @@ void *__init alloc_large_system_hash(const char *tablename, if (!table) panic("Failed to allocate %s hash table\n", tablename); - printk(KERN_INFO "%s hash table entries: %d (order: %d, %lu bytes)\n", + printk(KERN_INFO "%s hash table entries: %ld (order: %d, %lu bytes)\n", tablename, - (1U << log2qty), + (1UL << log2qty), ilog2(size) - PAGE_SHIFT, size);