[RESEND PATCH V3 2/3] x86: Enable PAT to use cache mode translation tables

2014-10-13 Thread Juergen Gross
Update the translation tables from cache mode to pgprot values according to the PAT settings. This enables changing the cache attributes of a PAT index in just one place without having to change at the users side. With this change it is possible to use the same kernel with different PAT

[RESEND PATCH V3 2/3] x86: Enable PAT to use cache mode translation tables

2014-10-13 Thread Juergen Gross
Update the translation tables from cache mode to pgprot values according to the PAT settings. This enables changing the cache attributes of a PAT index in just one place without having to change at the users side. With this change it is possible to use the same kernel with different PAT

Re: [PATCH V3 2/3] x86: Enable PAT to use cache mode translation tables

2014-09-12 Thread Konrad Rzeszutek Wilk
On Fri, Sep 12, 2014 at 12:35:11PM +0200, Juergen Gross wrote: > Update the translation tables from cache mode to pgprot values > according to the PAT settings. This enables changing the cache > attributes of a PAT index in just one place without having to change > at the users side. > > With

[PATCH V3 2/3] x86: Enable PAT to use cache mode translation tables

2014-09-12 Thread Juergen Gross
Update the translation tables from cache mode to pgprot values according to the PAT settings. This enables changing the cache attributes of a PAT index in just one place without having to change at the users side. With this change it is possible to use the same kernel with different PAT

[PATCH V3 2/3] x86: Enable PAT to use cache mode translation tables

2014-09-12 Thread Juergen Gross
Update the translation tables from cache mode to pgprot values according to the PAT settings. This enables changing the cache attributes of a PAT index in just one place without having to change at the users side. With this change it is possible to use the same kernel with different PAT

Re: [PATCH V3 2/3] x86: Enable PAT to use cache mode translation tables

2014-09-12 Thread Konrad Rzeszutek Wilk
On Fri, Sep 12, 2014 at 12:35:11PM +0200, Juergen Gross wrote: Update the translation tables from cache mode to pgprot values according to the PAT settings. This enables changing the cache attributes of a PAT index in just one place without having to change at the users side. With this