diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 17:11:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 17:11:14 -0400 |
commit | ff86303e3021587c49a14df1bc54fe2d393e2223 (patch) | |
tree | 7f1b26407aef36ba486428285604b8b7a7cbf99e /arch | |
parent | 626ac545c12e5f9bffe93086d1d03d26c99987ea (diff) | |
parent | e436d80085133858bf2613a630365e8a0459fd58 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched
* git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched:
[PATCH] sched: implement cpu_clock(cpu) high-speed time source
[PATCH] sched: fix the all pinned logic in load_balance_newidle()
[PATCH] sched: fix newly idle load balance in case of SMT
[PATCH] sched: sched_cacheflush is now unused
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/kernel/setup.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/ia64/kernel/setup.c b/arch/ia64/kernel/setup.c index 4d9864cc92..cf06fe7990 100644 --- a/arch/ia64/kernel/setup.c +++ b/arch/ia64/kernel/setup.c | |||
@@ -980,15 +980,6 @@ cpu_init (void) | |||
980 | pm_idle = default_idle; | 980 | pm_idle = default_idle; |
981 | } | 981 | } |
982 | 982 | ||
983 | /* | ||
984 | * On SMP systems, when the scheduler does migration-cost autodetection, | ||
985 | * it needs a way to flush as much of the CPU's caches as possible. | ||
986 | */ | ||
987 | void sched_cacheflush(void) | ||
988 | { | ||
989 | ia64_sal_cache_flush(3); | ||
990 | } | ||
991 | |||
992 | void __init | 983 | void __init |
993 | check_bugs (void) | 984 | check_bugs (void) |
994 | { | 985 | { |