diff options
author | 2008-12-09 13:14:21 -0800 | |
---|---|---|
committer | 2008-12-10 08:01:53 -0800 | |
commit | 49c50342c728344b79c8f9e8293637fe80ef5ad5 (patch) | |
tree | dec4b310b517d03b62181725026e85bb0cdcc2a0 /mm/vmalloc.c | |
parent | page_cgroup should ignore empty nodes (diff) | |
download | linux-rng-49c50342c728344b79c8f9e8293637fe80ef5ad5.tar.xz linux-rng-49c50342c728344b79c8f9e8293637fe80ef5ad5.zip |
pagemap: fix 32-bit pagemap regression
The large pages fix from bcf8039ed45 broke 32-bit pagemap by pulling the
pagemap entry code out into a function with the wrong return type.
Pagemap entries are 64 bits on all systems and unsigned long is only 32
bits on 32-bit systems.
Signed-off-by: Matt Mackall <mpm@selenic.com>
Reported-by: Doug Graham <dgraham@nortel.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Dave Hansen <dave@linux.vnet.ibm.com>
Cc: <stable@kernel.org> [2.6.26.x, 2.6.27.x]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/vmalloc.c')
0 files changed, 0 insertions, 0 deletions