Re: [PATCH v2 3/4] powerpc/copro: Use appropriate ESID mask in copro_calculate_slb

2014-10-28 Thread Aneesh Kumar K.V
Ian Munsie writes: > From: Ian Munsie > > This patch makes copro_calculate_slb mask the ESID by the correct mask > for 1T vs 256M segments. > > This has no effect by itself as the extra bits were ignored, but it > makes debugging the segment table entries easier and means that we can > directly

[PATCH v2 3/4] powerpc/copro: Use appropriate ESID mask in copro_calculate_slb

2014-10-27 Thread Ian Munsie
From: Ian Munsie This patch makes copro_calculate_slb mask the ESID by the correct mask for 1T vs 256M segments. This has no effect by itself as the extra bits were ignored, but it makes debugging the segment table entries easier and means that we can directly compare the ESID values for duplica