Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211307
b: refs/heads/master
c: f241e66
h: refs/heads/master
i:
  211305: 0f75c07
  211303: 1af3fda
v: v3
  • Loading branch information
Robin Holt authored and Linus Torvalds committed Oct 7, 2010
1 parent e1ee9ce commit cb9dd4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb655d0f3d57c23db51b981648e452988c0223f9
refs/heads/master: f241e6607b5a5aefa23c652dbe947b7465633984
4 changes: 2 additions & 2 deletions trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit cb9dd4e

Please sign in to comment.