diff options
author | Richard Braun <rbraun@sceen.net> | 2012-12-11 21:42:30 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2012-12-11 21:42:30 +0100 |
commit | 32dd2e582a6041d672be066306225604e4b898da (patch) | |
tree | 9aeda74f6d973101cc717560f897bfc4436f95ec /arch/x86/machine/cpu.h | |
parent | 13ec72e8ae44308a1340f6f17641bddfe61b072d (diff) |
Adjust interrupts configuration on kernel entry
Diffstat (limited to 'arch/x86/machine/cpu.h')
-rw-r--r-- | arch/x86/machine/cpu.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/x86/machine/cpu.h b/arch/x86/machine/cpu.h index f4202ee2..674892ad 100644 --- a/arch/x86/machine/cpu.h +++ b/arch/x86/machine/cpu.h @@ -436,11 +436,15 @@ void cpu_mp_register_lapic(unsigned int apic_id, int is_bsp); /* * Probe application processors and start them. + * + * This function enables interrupts. */ void cpu_mp_setup(void); /* - * AP-specific functions. + * CPU initialization on APs. + * + * This function enables interrupts. */ void cpu_ap_setup(void); |