From: David S. Miller Date: Tue, 20 Sep 2005 03:11:57 +0000 (-0700) Subject: [SPARC64]: Move DCACHE_ALIASING_POSSIBLE define to asm/page.h X-Git-Tag: v2.6.14-rc3~148^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a9b490d5fd7f23c5bcd75f970e01633ad3136e3;p=pandora-kernel.git [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 --- Reading git-diff-tree failed