Re: [PATCH V6 10/18] x86: Remove looking for setting of _PAGE_PAT_LARGE in pageattr.c

2014-11-03 Thread Thomas Gleixner
On Mon, 3 Nov 2014, Juergen Gross wrote: > When modifying page attributes via change_page_attr_set_clr() don't > test for setting _PAGE_PAT_LARGE, as this is > - never done > - PAT support for large pages is not included in the kernel up to now > > Signed-off-by: Juergen Gross Reviewed-by:

[PATCH V6 10/18] x86: Remove looking for setting of _PAGE_PAT_LARGE in pageattr.c

2014-11-03 Thread Juergen Gross
When modifying page attributes via change_page_attr_set_clr() don't test for setting _PAGE_PAT_LARGE, as this is - never done - PAT support for large pages is not included in the kernel up to now Signed-off-by: Juergen Gross --- arch/x86/mm/pageattr.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH V6 10/18] x86: Remove looking for setting of _PAGE_PAT_LARGE in pageattr.c

2014-11-03 Thread Juergen Gross
When modifying page attributes via change_page_attr_set_clr() don't test for setting _PAGE_PAT_LARGE, as this is - never done - PAT support for large pages is not included in the kernel up to now Signed-off-by: Juergen Gross jgr...@suse.com --- arch/x86/mm/pageattr.c | 2 +- 1 file changed, 1

Re: [PATCH V6 10/18] x86: Remove looking for setting of _PAGE_PAT_LARGE in pageattr.c

2014-11-03 Thread Thomas Gleixner
On Mon, 3 Nov 2014, Juergen Gross wrote: When modifying page attributes via change_page_attr_set_clr() don't test for setting _PAGE_PAT_LARGE, as this is - never done - PAT support for large pages is not included in the kernel up to now Signed-off-by: Juergen Gross jgr...@suse.com