diff options
| author | Dave Hansen <haveblue@us.ibm.com> | 2004-10-19 18:38:41 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-19 18:38:41 -0700 |
| commit | c138da2803b88581199d71b64cb03c1283f68f7a (patch) | |
| tree | 1d19d207af6e68956c6c4c245c3dca2935fc5afc /lib/bitmap.c | |
| parent | 551107ca34a5e350c3bcaf20b76301db0cf3a242 (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
