diff options
author | Dan Williams <dan.j.williams@intel.com> | 2020-10-19 21:08:03 -0700 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2020-10-26 18:08:35 +0100 |
commit | 3adb776384f2042ef6bda876e91a7a7ac2872c5e (patch) | |
tree | 2f0a3e417f1fbe1309ebbd487afdbf4af70375c8 /arch/x86/Kconfig.debug | |
parent | 8d71d2bf6efec3032208958c483a247f529ffb16 (diff) | |
download | linux-3adb776384f2042ef6bda876e91a7a7ac2872c5e.tar.bz2 |
x86, libnvdimm/test: Remove COPY_MC_TEST
The COPY_MC_TEST facility has served its purpose for validating the
early termination conditions of the copy_mc_fragile() implementation.
Remove it and the EXPORT_SYMBOL_GPL of copy_mc_fragile().
Reported-by: Borislav Petkov <bp@alien8.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/160316688322.3374697.8648308115165836243.stgit@dwillia2-desk3.amr.corp.intel.com
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r-- | arch/x86/Kconfig.debug | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 27b5e2bc6a01..80b57e7f4947 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug @@ -62,9 +62,6 @@ config EARLY_PRINTK_USB_XDBC You should normally say N here, unless you want to debug early crashes or need a very simple printk logging facility. -config COPY_MC_TEST - def_bool n - config EFI_PGT_DUMP bool "Dump the EFI pagetable" depends on EFI |