From: Heiko Carstens Date: Tue, 9 Jan 2007 09:18:41 +0000 (+0100) Subject: [S390] cio: use barrier() in stsch_reset. X-Git-Tag: v2.6.20-rc5~36^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6faf4444f2445b068a4f75a86ae81b104c0eed2c;p=pandora-kernel.git [S390] cio: use barrier() in stsch_reset. Use barrier() in stsch_reset() instead of duplicating the stsch() inline assembly and adding "memory" to the clobberlist. Pointed out by Chuck Ebbert. Real fix would be to add a fixup section to the stsch() and extend the basic program check handler so it searches the exception tables in case of a program check. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed