OSDN Git Service

selftests: remove obsolete kconfig fragment for cpu-hotplug
authorlei.yang@windriver.com <lei.yang@windriver.com>
Wed, 18 Oct 2017 02:10:23 +0000 (10:10 +0800)
committerShuah Khan <shuahkh@osg.samsung.com>
Wed, 15 Nov 2017 15:01:43 +0000 (08:01 -0700)
commit50656ac6acfbc42d30071983205e8f6b131429e5
tree16d18494872b5ae3666dcdd49aca1680f92de7c3
parent2650554da3f895a7bc276127dac4ec43b7b860c0
selftests: remove obsolete kconfig fragment for cpu-hotplug

Kconfig CONFIG_CPU_NOTIFIER_ERROR_INJECT has been removed since kernel 4.10
check commit:
    commit 530e9b76ae8f863dfdef4a6ad0b38613d32e8c3f
    Author: Thomas Gleixner <tglx@linutronix.de>
    Date:   Wed Dec 21 20:19:53 2016 +0100

        cpu/hotplug: Remove obsolete cpu hotplug register/unregister
        functions

        hotcpu_notifier(), cpu_notifier(), __hotcpu_notifier(),
        __cpu_notifier(),
        register_hotcpu_notifier(), register_cpu_notifier(),
        __register_hotcpu_notifier(), __register_cpu_notifier(),
        unregister_hotcpu_notifier(), unregister_cpu_notifier(),
        __unregister_hotcpu_notifier(), __unregister_cpu_notifier()
     <snip>

Signed-off-by: Lei Yang <Lei.Yang@windriver.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/cpu-hotplug/config