]> git.baikalelectronics.ru Git - kernel.git/commit
mm: alloc_large_system_hash() printk overflow on 16TB boot
authorRobin Holt <holt@sgi.com>
Thu, 7 Oct 2010 19:59:26 +0000 (12:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Oct 2010 20:31:21 +0000 (13:31 -0700)
commitf9320c552f24c7f44ecc809a091d351e7c0f1d54
tree5dbc0aba2d1cdf217176940415dcd17f6d86af8d
parent7329675ae084388731f0daa1ab79f8eff0953ed2
mm: alloc_large_system_hash() printk overflow on 16TB boot

During boot of a 16TB system, the following is printed:
Dentry cache hash table entries: -2147483648 (order: 22, 17179869184 bytes)

Signed-off-by: Robin Holt <holt@sgi.com>
Reviewed-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_alloc.c