diff options
author | Len Brown <len.brown@intel.com> | 2013-02-09 22:47:22 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2013-02-17 23:37:08 -0500 |
commit | 6ae236c05d46f48ac3d002a8643cda422f6e79dd (patch) | |
tree | 69c95136c16d947de7683444617523f034abf257 /arch/unicore32 | |
parent | ed9831407bcc73abd6cb80549d5d028a8809a488 (diff) |
unicore32 idle: delete stray pm_idle comment
as pm_idle() has already been deleted from this code,
the comment was a stray.
Signed-off-by: Len Brown <len.brown@intel.com>
Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
Diffstat (limited to 'arch/unicore32')
-rw-r--r-- | arch/unicore32/kernel/process.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/unicore32/kernel/process.c b/arch/unicore32/kernel/process.c index 62bad9fed03e..872d7e22d847 100644 --- a/arch/unicore32/kernel/process.c +++ b/arch/unicore32/kernel/process.c | |||
@@ -45,11 +45,6 @@ static const char * const processor_modes[] = { | |||
45 | "UK18", "UK19", "UK1A", "EXTN", "UK1C", "UK1D", "UK1E", "SUSR" | 45 | "UK18", "UK19", "UK1A", "EXTN", "UK1C", "UK1D", "UK1E", "SUSR" |
46 | }; | 46 | }; |
47 | 47 | ||
48 | /* | ||
49 | * The idle thread, has rather strange semantics for calling pm_idle, | ||
50 | * but this is what x86 does and we need to do the same, so that | ||
51 | * things like cpuidle get called in the same way. | ||
52 | */ | ||
53 | void cpu_idle(void) | 48 | void cpu_idle(void) |
54 | { | 49 | { |
55 | /* endless idle loop with no priority at all */ | 50 | /* endless idle loop with no priority at all */ |