ChangeSet 1.2274, 2005/03/31 08:40:49-08:00, [EMAIL PROTECTED]

        [PATCH] sched: fix schedstats warning
        
        Quiet a warning when compiling without CONFIG_SMP
        
        Signed-off-by: Nick Piggin <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 sched.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/kernel/sched.c b/kernel/sched.c
--- a/kernel/sched.c    2005-03-31 10:21:18 -08:00
+++ b/kernel/sched.c    2005-03-31 10:21:18 -08:00
@@ -314,7 +314,6 @@
 static int show_schedstat(struct seq_file *seq, void *v)
 {
        int cpu;
-       enum idle_type itype;
 
        seq_printf(seq, "version %d\n", SCHEDSTAT_VERSION);
        seq_printf(seq, "timestamp %lu\n", jiffies);
@@ -340,6 +339,7 @@
 #ifdef CONFIG_SMP
                /* domain-specific stats */
                for_each_domain(cpu, sd) {
+                       enum idle_type itype;
                        char mask_str[NR_CPUS];
 
                        cpumask_scnprintf(mask_str, NR_CPUS, sd->span);
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to