* [PATCH] fix trivial alpha warning
@ 2005-03-25 16:27 Dave Hansen
0 siblings, 0 replies; only message in thread
From: Dave Hansen @ 2005-03-25 16:27 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel, Dave Hansen
"bandwidth" variable is unused
Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
---
kernel/spinlock.c | 0
memhotplug-dave/arch/alpha/kernel/smp.c | 1 -
2 files changed, 1 deletion(-)
diff -puN arch/alpha/kernel/smp.c~A0-fix-alpha-warning arch/alpha/kernel/smp.c
--- memhotplug/arch/alpha/kernel/smp.c~A0-fix-alpha-warning 2005-03-25 08:25:38.000000000 -0800
+++ memhotplug-dave/arch/alpha/kernel/smp.c 2005-03-25 08:25:38.000000000 -0800
@@ -188,7 +188,6 @@ smp_tune_scheduling (int cpuid)
struct percpu_struct *cpu;
unsigned long on_chip_cache; /* kB */
unsigned long freq; /* Hz */
- unsigned long bandwidth = 350; /* MB/s */
cpu = (struct percpu_struct*)((char*)hwrpb + hwrpb->processor_offset
+ cpuid * hwrpb->processor_size);
diff -puN include/linux/list.h~A0-fix-alpha-warning include/linux/list.h
diff -puN kernel/sched.c~A0-fix-alpha-warning kernel/sched.c
diff -puN kernel/spinlock.c~A0-fix-alpha-warning kernel/spinlock.c
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-25 16:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-25 16:27 [PATCH] fix trivial alpha warning Dave Hansen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome