diff options
Diffstat (limited to 'arch/x86/mm/pageattr_64.c')
-rw-r--r-- | arch/x86/mm/pageattr_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/pageattr_64.c b/arch/x86/mm/pageattr_64.c index 59cd066f6741..b21a874c2dd3 100644 --- a/arch/x86/mm/pageattr_64.c +++ b/arch/x86/mm/pageattr_64.c | |||
@@ -86,7 +86,7 @@ static void flush_kernel_map(void *arg) | |||
86 | much cheaper than WBINVD. */ | 86 | much cheaper than WBINVD. */ |
87 | /* clflush is still broken. Disable for now. */ | 87 | /* clflush is still broken. Disable for now. */ |
88 | if (1 || !cpu_has_clflush) { | 88 | if (1 || !cpu_has_clflush) { |
89 | asm volatile("wbinvd" ::: "memory"); | 89 | wbinvd(); |
90 | } else { | 90 | } else { |
91 | list_for_each_entry(pg, l, lru) { | 91 | list_for_each_entry(pg, l, lru) { |
92 | void *addr = page_address(pg); | 92 | void *addr = page_address(pg); |