Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46130
b: refs/heads/master
c: 447deaf
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Feb 6, 2007
1 parent dc36011 commit 755f5d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 7418cb89af6f9e21660d60a4bd088a8b6fd11e81
refs/heads/master: 447deafba4de56bfa5ed5d5778e56afe55432394
6 changes: 2 additions & 4 deletions trunk/arch/mips/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@
#include <asm/isadep.h>
#include <asm/inst.h>
#include <asm/stacktrace.h>
#ifdef CONFIG_MIPS_MT_SMTC
#include <asm/mipsmtregs.h>
extern void smtc_idle_loop_hook(void);
#endif /* CONFIG_MIPS_MT_SMTC */

/*
* The idle thread. There's no useful work to be done, so just try to conserve
Expand All @@ -57,6 +53,8 @@ ATTRIB_NORET void cpu_idle(void)
while (1) {
while (!need_resched()) {
#ifdef CONFIG_MIPS_MT_SMTC
extern void smtc_idle_loop_hook(void);

smtc_idle_loop_hook();
#endif /* CONFIG_MIPS_MT_SMTC */
if (cpu_wait)
Expand Down

0 comments on commit 755f5d8

Please sign in to comment.