]> git.itanic.dy.fi Git - linux-stable/commit
powerpc/8xx: Fix regression introduced by cache coherency rewrite
authorRex Feany <RFeany@mrv.com>
Thu, 24 Sep 2009 07:16:54 +0000 (17:16 +1000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Oct 2009 16:33:05 +0000 (09:33 -0700)
commit50c744f95481f6c43a72e00a2939e1fd2248610d
tree131de8dc81dcbd6b4d4bdbc5b3ebf3dc3541f5fb
parentf2594aa22a219c7c1226b655292ffd5f81a35549
powerpc/8xx: Fix regression introduced by cache coherency rewrite

commit e0908085fc2391c85b85fb814ae1df377c8e0dcb upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/mm/pgtable.c