]> Pileus Git - ~andy/linux/commit
rsxx: Adding EEH check inside cregs timeout.
authorPhilip J Kelleher <pjk1939@linux.vnet.ibm.com>
Tue, 18 Jun 2013 19:49:48 +0000 (14:49 -0500)
committerJens Axboe <axboe@kernel.dk>
Wed, 19 Jun 2013 11:52:10 +0000 (13:52 +0200)
commitb8b225da139f5770d7689b189fd5debc58f4b35d
treea34347978dc3ba97d1d3582f5fe7a90240e40a30
parent3eb8dcafb5a73041e2f3b4a39c057a58e4354d83
rsxx: Adding EEH check inside cregs timeout.

Unfortunaly, our CPU register path does not do any kind of
EEH error checking. So to fix this issue, an ioread32 was
added to the CPU register timeout code. This way, the
driver can check to see if the timeout was caused by an EEH
error or not. This is a dummy read.

Signed-off-by: Philip J Kelleher <pjk1939@linux.vnet.ibm.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/rsxx/cregs.c