summaryrefslogtreecommitdiff
path: root/lib/bitmap.c
diff options
context:
space:
mode:
authorDave Hansen <haveblue@us.ibm.com>2004-10-19 18:38:41 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-19 18:38:41 -0700
commitc138da2803b88581199d71b64cb03c1283f68f7a (patch)
tree1d19d207af6e68956c6c4c245c3dca2935fc5afc /lib/bitmap.c
parent551107ca34a5e350c3bcaf20b76301db0cf3a242 (diff)
[PATCH] remove weird pmd cast
I don't know what this is trying to do. It might be some kind of artifact from when get_pgd_slow() was removed. The expanded expression with __pa() ends up looking something like this: (unsigned long)(u64)(u32)pmd-PAGE_OFFSET and that is just nutty because pmd is a pointer now, anyway. Attached patch removes the casts. Signed-off-by: Dave Hansen <haveblue@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'lib/bitmap.c')
0 files changed, 0 insertions, 0 deletions