From: David S. Miller Date: Fri, 30 Sep 2005 01:50:34 +0000 (-0700) Subject: [SPARC64]: Fix several bugs in flush_ptrace_access(). X-Git-Tag: v2.6.14-rc3~33^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=717463d806a53380a691eeb0136a4b750a9f9ae0;p=pandora-kernel.git [SPARC64]: Fix several bugs in flush_ptrace_access(). 1) Use cpudata cache line sizes, not magic constants. 2) Align start address in cheetah case so we do not get unaligned address traps. (pgrep was good at triggering this, via /proc/${pid}/cmdline accesses) Signed-off-by: David S. Miller --- Reading git-diff-tree failed