mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
Merge branch 'timers/urgent' into x86/xen
Conflicts: arch/x86/kernel/process_32.c arch/x86/kernel/process_64.c Manual merge: arch/x86/kernel/smpboot.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
commit
07bbc16a86
179 changed files with 1883 additions and 1204 deletions
|
@ -52,6 +52,7 @@
|
|||
#include <asm/desc.h>
|
||||
#include <asm/nmi.h>
|
||||
#include <asm/irq.h>
|
||||
#include <asm/idle.h>
|
||||
#include <asm/smp.h>
|
||||
#include <asm/trampoline.h>
|
||||
#include <asm/cpu.h>
|
||||
|
@ -1414,6 +1415,7 @@ void play_dead_common(void)
|
|||
idle_task_exit();
|
||||
reset_lazy_tlbstate();
|
||||
irq_ctx_exit(raw_smp_processor_id());
|
||||
c1e_remove_cpu(raw_smp_processor_id());
|
||||
|
||||
mb();
|
||||
/* Ack it */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue