commit | 6a9b490d5fd7f23c5bcd75f970e01633ad3136e3 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Mon Sep 19 20:11:57 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Sep 19 20:11:57 2005 -0700 |
tree | dd3ad10d43a5dd765705f32ff1fca6fc1bab88fd | |
parent | e0487992ce1dd7ae7da9c6aabdb19570bb95432b [diff] |
[SPARC64]: Move DCACHE_ALIASING_POSSIBLE define to asm/page.h This showed that arch/sparc64/kernel/ptrace.c was not getting the define properly, and thus the code protected by this ifdef was never actually compiled before. So fix that too. Signed-off-by: David S. Miller <davem@davemloft.net>