powerpc/8xx: Fix regression introduced by cache coherency rewrite
authorRex Feany <RFeany@mrv.com>
Wed, 23 Sep 2009 14:45:52 +0000 (14:45 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 24 Sep 2009 05:56:30 +0000 (15:56 +1000)
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>

No differences found