]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
genirq: remove artifacts from sparseirq removal
authorIngo Molnar <mingo@elte.hu>
Wed, 15 Oct 2008 17:29:15 +0000 (19:29 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 16 Oct 2008 14:53:15 +0000 (16:53 +0200)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/Kconfig
arch/x86/kernel/acpi/boot.c
arch/x86/kernel/irqinit_32.c
arch/x86/kernel/vmlinux_64.lds.S
arch/x86/mm/init_32.c
include/linux/init.h
include/linux/kernel_stat.h

index 071004d3a1b1d484061999fd2104d2ad0ca8e164..0267babe5eb9dc6a6c79f2347234b7d78aafc2e8 100644 (file)
@@ -102,3 +102,4 @@ config HAVE_CLK
        help
          The <linux/clk.h> calls support software clock gating and
          thus are a key power management tool on many systems.
+
index 5fef4fece4a55d000dedf9caa5e2efab701d9c6f..0d1c26a583c59fb3329503b0f44d15fe148ec122 100644 (file)
@@ -1254,7 +1254,6 @@ static int __init acpi_parse_madt_ioapic_entries(void)
                return count;
        }
 
-
        count =
            acpi_table_parse_madt(ACPI_MADT_TYPE_INTERRUPT_OVERRIDE, acpi_parse_int_src_ovr,
                                  nr_irqs);
index a8d35998d308c76c389fd31254e29646d0847c09..845aa9803e804edd7cdc6ef5bb61e2db72f1a911 100644 (file)
@@ -184,4 +184,3 @@ void __init native_init_IRQ(void)
 
        irq_ctx_init(smp_processor_id());
 }
-
index 3245ad72594afb236c912a6601ad6f59e98bf4bb..46e05447405b43855f46602f493847b75efa252a 100644 (file)
@@ -173,7 +173,6 @@ SECTIONS
        *(.x86_cpu_dev.init)
   }
   __x86_cpu_dev_end = .;
-
   SECURITY_INIT
 
   . = ALIGN(8);
index 91343c2694b4a2351df9aeb28fcdc91a8663ad1d..8396868e82c5637772f8d9fe81129731f87d2e24 100644 (file)
@@ -66,7 +66,6 @@ static unsigned long __meminitdata table_end;
 static unsigned long __meminitdata table_top;
 
 static int __initdata after_init_bootmem;
-int after_bootmem;
 
 static __init void *alloc_low_page(unsigned long *phys)
 {
@@ -989,8 +988,6 @@ void __init mem_init(void)
 
        set_highmem_pages_init();
 
-       after_bootmem = 1;
-
        codesize =  (unsigned long) &_etext - (unsigned long) &_text;
        datasize =  (unsigned long) &_edata - (unsigned long) &_etext;
        initsize =  (unsigned long) &__init_end - (unsigned long) &__init_begin;
index 70ad53e1eab8d185d882ee5e07078577628b1992..93538b696e3d99f2bb30d96b83d3516c66442233 100644 (file)
@@ -246,7 +246,6 @@ struct obs_kernel_param {
 
 /* Relies on boot_command_line being set */
 void __init parse_early_param(void);
-
 #endif /* __ASSEMBLY__ */
 
 /**
index a9d0d360b776bf2f58f2be341eb031476190d5a5..89b6ecd414731afc3cd0600f90e16f057537af63 100644 (file)
@@ -28,7 +28,7 @@ struct cpu_usage_stat {
 
 struct kernel_stat {
        struct cpu_usage_stat   cpustat;
-       unsigned int irqs[NR_IRQS];
+       unsigned int irqs[NR_IRQS];
 };
 
 DECLARE_PER_CPU(struct kernel_stat, kstat);