Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79777
b: refs/heads/master
c: a72368d
h: refs/heads/master
i:
  79775: a764b5d
v: v3
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jan 30, 2008
1 parent 71bc685 commit 30ac356
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 02456c708eab4515121e5e581422fa3be14368d1
refs/heads/master: a72368dd37f6ae333fbab03598e46a995d91decc
7 changes: 0 additions & 7 deletions trunk/arch/x86/kernel/process_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ void idle_notifier_register(struct notifier_block *n)
{
atomic_notifier_chain_register(&idle_notifier, n);
}
EXPORT_SYMBOL_GPL(idle_notifier_register);

void idle_notifier_unregister(struct notifier_block *n)
{
atomic_notifier_chain_unregister(&idle_notifier, n);
}
EXPORT_SYMBOL(idle_notifier_unregister);

void enter_idle(void)
{
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-x86/idle.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

struct notifier_block;
void idle_notifier_register(struct notifier_block *n);
void idle_notifier_unregister(struct notifier_block *n);

void enter_idle(void);
void exit_idle(void);
Expand Down

0 comments on commit 30ac356

Please sign in to comment.