[SPARC64]: Move DCACHE_ALIASING_POSSIBLE define to asm/page.h
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 20 Sep 2005 03:11:57 +0000 (20:11 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 20 Sep 2005 03:11:57 +0000 (20:11 -0700)
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>

No differences found