commit | db674ed450f113518285f410c93abecd93e71a2f | [log] [tgz] |
---|---|---|
author | Sylvain Munaut <tnt@246tNt.com> | Fri Jan 06 00:11:36 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jan 06 08:33:31 2006 -0800 |
tree | a4262285a9cab5ff5da39ec3c9372d14ec7143e6 | |
parent | dbeb198d9366eb3d3ad64444ceecb5b1d5b5d7ef [diff] |
[PATCH] ppc32: Fix MPC52xx configuration space access This patch takes care of an errata of the MPC5200 by avoiding 32 bits access in type 1 configuration accesses. All others accesses are still 32 bits wide. It also adds some mb() since the simple out_be(...) are not sufficient in this case. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>