Re: [tip:x86/apic] x86, apic, kexec: Add disable_cpu_apicid kernel parameter

2014-01-15 Thread Ingo Molnar
* tip-bot for HATAYAMA Daisuke wrote: > /* > + * Processor to be disabled specified by kernel parameter > + * disable_cpu_apicid=, mostly used for the kdump 2nd kernel to > + * avoid undefined behaviour caused by sending INIT from AP to BSP. > + */ > +unsigned int disabled_cpu_apicid = BAD_APIC

[tip:x86/apic] x86, apic, kexec: Add disable_cpu_apicid kernel parameter

2014-01-15 Thread tip-bot for HATAYAMA Daisuke
Commit-ID: 151e0c7de616310f95393d9306903900fcd8b277 Gitweb: http://git.kernel.org/tip/151e0c7de616310f95393d9306903900fcd8b277 Author: HATAYAMA Daisuke AuthorDate: Wed, 15 Jan 2014 15:44:58 +0900 Committer: H. Peter Anvin CommitDate: Wed, 15 Jan 2014 09:19:20 -0800 x86, apic, kexec: Ad