Re: [PATCH] [Powerpc] fix switch_slb handling of 1T ESID values

2007-10-27 Thread Will Schmidt
On Sat, 2007-10-27 at 14:19 +1000, Benjamin Herrenschmidt wrote: On Fri, 2007-10-26 at 15:46 -0500, Will Schmidt wrote: [Powerpc] fix switch_slb handling of 1T ESID values Now that we have 1TB segment size support, we need to be using the GET_ESID_1T macro when comparing ESID values for

[PATCH] [Powerpc] fix switch_slb handling of 1T ESID values

2007-10-26 Thread Will Schmidt
[Powerpc] fix switch_slb handling of 1T ESID values Now that we have 1TB segment size support, we need to be using the GET_ESID_1T macro when comparing ESID values for pc,stack, and unmapped_base within switch_slb() when we're on a CPU that supports it. This also happens to fix a

Re: [PATCH] [Powerpc] fix switch_slb handling of 1T ESID values

2007-10-26 Thread Benjamin Herrenschmidt
On Fri, 2007-10-26 at 15:46 -0500, Will Schmidt wrote: [Powerpc] fix switch_slb handling of 1T ESID values Now that we have 1TB segment size support, we need to be using the GET_ESID_1T macro when comparing ESID values for pc,stack, and unmapped_base within switch_slb() when we're on a CPU