diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-03-21 11:49:16 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-03-21 11:49:16 -0700 |
commit | eaa54b1458ca84092e513d554dd6d234245e6bef (patch) | |
tree | d07b04425bdf9c64aa8aa1aa0ed04e1b5f6a9733 /arch/x86/include | |
parent | 6b9bfb1365f40f14b1ad908c44dff61672c6404a (diff) | |
parent | d4c9df20a37d128f6acb3c6286db7e694554a51b (diff) | |
download | linux-eaa54b1458ca84092e513d554dd6d234245e6bef.tar.bz2 |
Merge tag 'x86_cleanups_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 cleanups from Borislav Petkov:
- Remove a misleading message and an unused function
* tag 'x86_cleanups_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/nmi: Remove the 'strange power saving mode' hint from unknown NMI handler
x86/pat: Remove the unused set_pages_array_wt() function
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/set_memory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/set_memory.h b/arch/x86/include/asm/set_memory.h index ce8dd215f5b3..78ca53512486 100644 --- a/arch/x86/include/asm/set_memory.h +++ b/arch/x86/include/asm/set_memory.h @@ -53,7 +53,6 @@ int set_memory_global(unsigned long addr, int numpages); int set_pages_array_uc(struct page **pages, int addrinarray); int set_pages_array_wc(struct page **pages, int addrinarray); -int set_pages_array_wt(struct page **pages, int addrinarray); int set_pages_array_wb(struct page **pages, int addrinarray); /* |