mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 16:11:45 +00:00
genirq: remove artifacts from sparseirq removal
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
d6c88a507e
commit
a1aca5de08
7 changed files with 2 additions and 8 deletions
|
@ -102,3 +102,4 @@ config HAVE_CLK
|
||||||
help
|
help
|
||||||
The <linux/clk.h> calls support software clock gating and
|
The <linux/clk.h> calls support software clock gating and
|
||||||
thus are a key power management tool on many systems.
|
thus are a key power management tool on many systems.
|
||||||
|
|
||||||
|
|
|
@ -1254,7 +1254,6 @@ static int __init acpi_parse_madt_ioapic_entries(void)
|
||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
count =
|
count =
|
||||||
acpi_table_parse_madt(ACPI_MADT_TYPE_INTERRUPT_OVERRIDE, acpi_parse_int_src_ovr,
|
acpi_table_parse_madt(ACPI_MADT_TYPE_INTERRUPT_OVERRIDE, acpi_parse_int_src_ovr,
|
||||||
nr_irqs);
|
nr_irqs);
|
||||||
|
|
|
@ -184,4 +184,3 @@ void __init native_init_IRQ(void)
|
||||||
|
|
||||||
irq_ctx_init(smp_processor_id());
|
irq_ctx_init(smp_processor_id());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -173,7 +173,6 @@ SECTIONS
|
||||||
*(.x86_cpu_dev.init)
|
*(.x86_cpu_dev.init)
|
||||||
}
|
}
|
||||||
__x86_cpu_dev_end = .;
|
__x86_cpu_dev_end = .;
|
||||||
|
|
||||||
SECURITY_INIT
|
SECURITY_INIT
|
||||||
|
|
||||||
. = ALIGN(8);
|
. = ALIGN(8);
|
||||||
|
|
|
@ -66,7 +66,6 @@ static unsigned long __meminitdata table_end;
|
||||||
static unsigned long __meminitdata table_top;
|
static unsigned long __meminitdata table_top;
|
||||||
|
|
||||||
static int __initdata after_init_bootmem;
|
static int __initdata after_init_bootmem;
|
||||||
int after_bootmem;
|
|
||||||
|
|
||||||
static __init void *alloc_low_page(unsigned long *phys)
|
static __init void *alloc_low_page(unsigned long *phys)
|
||||||
{
|
{
|
||||||
|
@ -989,8 +988,6 @@ void __init mem_init(void)
|
||||||
|
|
||||||
set_highmem_pages_init();
|
set_highmem_pages_init();
|
||||||
|
|
||||||
after_bootmem = 1;
|
|
||||||
|
|
||||||
codesize = (unsigned long) &_etext - (unsigned long) &_text;
|
codesize = (unsigned long) &_etext - (unsigned long) &_text;
|
||||||
datasize = (unsigned long) &_edata - (unsigned long) &_etext;
|
datasize = (unsigned long) &_edata - (unsigned long) &_etext;
|
||||||
initsize = (unsigned long) &__init_end - (unsigned long) &__init_begin;
|
initsize = (unsigned long) &__init_end - (unsigned long) &__init_begin;
|
||||||
|
|
|
@ -246,7 +246,6 @@ struct obs_kernel_param {
|
||||||
|
|
||||||
/* Relies on boot_command_line being set */
|
/* Relies on boot_command_line being set */
|
||||||
void __init parse_early_param(void);
|
void __init parse_early_param(void);
|
||||||
|
|
||||||
#endif /* __ASSEMBLY__ */
|
#endif /* __ASSEMBLY__ */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -28,7 +28,7 @@ struct cpu_usage_stat {
|
||||||
|
|
||||||
struct kernel_stat {
|
struct kernel_stat {
|
||||||
struct cpu_usage_stat cpustat;
|
struct cpu_usage_stat cpustat;
|
||||||
unsigned int irqs[NR_IRQS];
|
unsigned int irqs[NR_IRQS];
|
||||||
};
|
};
|
||||||
|
|
||||||
DECLARE_PER_CPU(struct kernel_stat, kstat);
|
DECLARE_PER_CPU(struct kernel_stat, kstat);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue