commit | e0908085fc2391c85b85fb814ae1df377c8e0dcb | [log] [tgz] |
---|---|---|
author | Rex Feany <RFeany@mrv.com> | Wed Sep 23 14:45:52 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Sep 24 15:56:30 2009 +1000 |
tree | 46560ab77e41c84ff15c05b5753d7512f8850ba8 | |
parent | daf8f40391b2a1978ea2071c20959d91fade6b1a [diff] |
powerpc/8xx: Fix regression introduced by cache coherency rewrite After upgrading to the latest kernel on my mpc875 userspace started running incredibly slow (hours to get to a shell, even!). I tracked it down to commit 8d30c14cab30d405a05f2aaceda1e9ad57800f36, that patch removed a work-around for the 8xx. Adding it back makes my problem go away. Signed-off-by: Rex Feany <rfeany@mrv.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>