mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
x86: change_page_attr_clear fix
This patch replaces __change_page_attr_set_clr() with change_page_attr_set_clr() in change_page_attr_clear() to flush the TLB/cache properly. Signed-off-by: Huang Ying <ying.huang@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
c1666e663d
commit
5827040df0
@ -399,8 +399,7 @@ static inline int change_page_attr_set(unsigned long addr, int numpages,
|
||||
static inline int change_page_attr_clear(unsigned long addr, int numpages,
|
||||
pgprot_t mask)
|
||||
{
|
||||
return __change_page_attr_set_clr(addr, numpages, __pgprot(0), mask);
|
||||
|
||||
return change_page_attr_set_clr(addr, numpages, __pgprot(0), mask);
|
||||
}
|
||||
|
||||
int set_memory_uc(unsigned long addr, int numpages)
|
||||
|
Loading…
Reference in New Issue
Block a user