diff options
Diffstat (limited to 'arch/x86/kernel/process_64.c')
-rw-r--r-- | arch/x86/kernel/process_64.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c index 2c9e59448f4c..98d85952f574 100644 --- a/arch/x86/kernel/process_64.c +++ b/arch/x86/kernel/process_64.c | |||
@@ -72,13 +72,6 @@ void idle_notifier_register(struct notifier_block *n) | |||
72 | { | 72 | { |
73 | atomic_notifier_chain_register(&idle_notifier, n); | 73 | atomic_notifier_chain_register(&idle_notifier, n); |
74 | } | 74 | } |
75 | EXPORT_SYMBOL_GPL(idle_notifier_register); | ||
76 | |||
77 | void idle_notifier_unregister(struct notifier_block *n) | ||
78 | { | ||
79 | atomic_notifier_chain_unregister(&idle_notifier, n); | ||
80 | } | ||
81 | EXPORT_SYMBOL(idle_notifier_unregister); | ||
82 | 75 | ||
83 | void enter_idle(void) | 76 | void enter_idle(void) |
84 | { | 77 | { |