OSDN Git Service

target-ppc: Use #define instead of opencoding SLB valid bit
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 20 Aug 2013 10:49:24 +0000 (16:19 +0530)
committerAlexander Graf <agraf@suse.de>
Mon, 2 Sep 2013 08:06:42 +0000 (10:06 +0200)
commita3cedb541ca3ecc82040f597a4054419fdb22fa5
treedf9a71292a22fcc630d9ea96035e19e5209356f4
parent5dac82ce0d8716b54f73f96bf50811644a76e5c2
target-ppc: Use #define instead of opencoding SLB valid bit

Use SLB_ESID_V instead of (1 << 27) in the code

Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/mmu_helper.c