diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-04 03:25:42 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-04 03:25:42 +0300 |
commit | e96ec8cf9ca12a8d6b3b896a2eccd4b92a1893ab (patch) | |
tree | 05f944a09bd3f30a04ef30f48e29f10ca4be397b /arch/x86/include/asm/pgtable_64.h | |
parent | c813e8c9dff344a3b46bc9bba8aff5a7ebbc67e7 (diff) | |
parent | 2b32ab031e82a109e2c5b0d30ce563db0fe286b4 (diff) | |
download | linux-e96ec8cf9ca12a8d6b3b896a2eccd4b92a1893ab.tar.xz |
Merge tag 'x86-mm-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 mmm update from Ingo Molnar:
"The biggest change is to not sync the vmalloc and ioremap ranges for
x86-64 anymore"
* tag 'x86-mm-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/mm/64: Make sync_global_pgds() static
x86/mm/64: Do not sync vmalloc/ioremap mappings
x86/mm: Pre-allocate P4D/PUD pages for vmalloc area
Diffstat (limited to 'arch/x86/include/asm/pgtable_64.h')
-rw-r--r-- | arch/x86/include/asm/pgtable_64.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/pgtable_64.h b/arch/x86/include/asm/pgtable_64.h index d2af8c48ba50..56d0399a0cd1 100644 --- a/arch/x86/include/asm/pgtable_64.h +++ b/arch/x86/include/asm/pgtable_64.h @@ -168,8 +168,6 @@ static inline void native_pgd_clear(pgd_t *pgd) native_set_pgd(pgd, native_make_pgd(0)); } -extern void sync_global_pgds(unsigned long start, unsigned long end); - /* * Conversion functions: convert a page and protection to a page entry, * and a page entry and page directory to the page they refer to. |