commit | 17bb18ce16b45e61248c5238074fa9cf8bc547bf | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jul 14 11:50:33 2011 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Nov 14 17:47:26 2011 +0100 |
tree | d45d1b73abe94043b74b0028033e689b06ba534c | |
parent | b995913853b98812845b1b82ac5f61ab31d2d7b0 [diff] |
s390x: implement rrbe instruction properly The rrbe instruction resets the reference bit in the given storage key. So far, we merely made it a nop and also returned an invalid CC value, so that the kernel never knew if a page actually got accessed. This patch implements it properly, flushing the R bit and returning the correct CC value. Signed-off-by: Alexander Graf <agraf@suse.de>