From: Lennert Buytenhek Date: Tue, 1 Nov 2005 19:44:26 +0000 (+0000) Subject: [ARM] 3064/1: start using ixp2000_reg_wrb X-Git-Tag: v2.6.15-rc1~18^2~33^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9b72e43d96a1ea2be0f513c78f16743a835d252;p=pandora-kernel.git [ARM] 3064/1: start using ixp2000_reg_wrb Patch from Lennert Buytenhek Switch the users of ixp2000_reg_write that depend on writes being flushed out of the write buffer by the time that function returns over to ixp2000_reg_wrb. When using XCB=101, writes to the same functional unit are still guaranteed to complete in order, so we only need to protect against: - reordering of writes to different functional units - masking an interrupt and then reenabling the IRQ bit in CPSR Signed-off-by: Lennert Buytenhek Signed-off-by: Deepak Saxena Signed-off-by: Russell King --- Reading git-diff-tree failed