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

2014-08-28 Thread Juergen Gross
On 08/29/2014 01:21 AM, Toshi Kani wrote: On Tue, 2014-08-26 at 08:16 +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

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

2014-08-28 Thread Toshi Kani
On Tue, 2014-08-26 at 08:16 +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 change i

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

2014-08-26 Thread Toshi Kani
On Tue, 2014-08-26 at 08:16 +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 change i

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

2014-08-25 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 configurat