diff options
Diffstat (limited to 'arch/um/kernel/process_kern.c')
-rw-r--r-- | arch/um/kernel/process_kern.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/um/kernel/process_kern.c b/arch/um/kernel/process_kern.c index c1adf7ba3fd1..ccb6dd6565ec 100644 --- a/arch/um/kernel/process_kern.c +++ b/arch/um/kernel/process_kern.c | |||
@@ -43,7 +43,6 @@ | |||
43 | #include "tlb.h" | 43 | #include "tlb.h" |
44 | #include "frame_kern.h" | 44 | #include "frame_kern.h" |
45 | #include "sigcontext.h" | 45 | #include "sigcontext.h" |
46 | #include "2_5compat.h" | ||
47 | #include "os.h" | 46 | #include "os.h" |
48 | #include "mode.h" | 47 | #include "mode.h" |
49 | #include "mode_kern.h" | 48 | #include "mode_kern.h" |
@@ -189,7 +188,6 @@ void default_idle(void) | |||
189 | 188 | ||
190 | while(1){ | 189 | while(1){ |
191 | /* endless idle loop with no priority at all */ | 190 | /* endless idle loop with no priority at all */ |
192 | SET_PRI(current); | ||
193 | 191 | ||
194 | /* | 192 | /* |
195 | * although we are an idle CPU, we do not want to | 193 | * although we are an idle CPU, we do not want to |