commit | 717463d806a53380a691eeb0136a4b750a9f9ae0 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Thu Sep 29 18:50:34 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Sep 29 18:50:34 2005 -0700 |
tree | a9c76e59662916d133362a5266bb61dc2586344b | |
parent | 4cb29d18129fb425c6202ab535c3fc1856391b99 [diff] |
[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 <davem@davemloft.net>