help
The <linux/clk.h> calls support software clock gating and
thus are a key power management tool on many systems.
+
return count;
}
-
count =
acpi_table_parse_madt(ACPI_MADT_TYPE_INTERRUPT_OVERRIDE, acpi_parse_int_src_ovr,
nr_irqs);
irq_ctx_init(smp_processor_id());
}
-
*(.x86_cpu_dev.init)
}
__x86_cpu_dev_end = .;
-
SECURITY_INIT
. = ALIGN(8);
static unsigned long __meminitdata table_top;
static int __initdata after_init_bootmem;
-int after_bootmem;
static __init void *alloc_low_page(unsigned long *phys)
{
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;
/* Relies on boot_command_line being set */
void __init parse_early_param(void);
-
#endif /* __ASSEMBLY__ */
/**
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);