Merge branch 'master' of /usr/src/ntfs-2.6/
[cascardo/linux.git] / fs / proc / proc_misc.c
index 8f80142..826c131 100644 (file)
@@ -312,7 +312,7 @@ static void *devinfo_next(struct seq_file *f, void *v, loff_t *pos)
                case BLK_HDR:
                        info->state = BLK_LIST;
                        (*pos)++;
-                       break;
+                       /*fallthrough*/
                case BLK_LIST:
                        if (get_blkdev_info(info->blkdev,&idummy,&ndummy)) {
                                /*
@@ -548,7 +548,7 @@ static int show_stat(struct seq_file *p, void *v)
        }
        seq_printf(p, "intr %llu", (unsigned long long)sum);
 
-#if !defined(CONFIG_PPC64) && !defined(CONFIG_ALPHA)
+#if !defined(CONFIG_PPC64) && !defined(CONFIG_ALPHA) && !defined(CONFIG_IA64)
        for (i = 0; i < NR_IRQS; i++)
                seq_printf(p, " %u", kstat_irqs(i));
 #endif