lkml.org 
[lkml]   [2003]   [Aug]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH][2.6.0-test3] Disable APIC on reboot.
On Tue, 12 Aug 2003, Mikael Pettersson wrote:

> @@ -249,6 +250,14 @@
> * other OSs see a clean IRQ state.
> */
> smp_send_stop();
> +#elif CONFIG_X86_LOCAL_APIC
> + if (cpu_has_apic) {
> + local_irq_disable();
> + disable_local_APIC();
> + local_irq_enable();
> + }
> +#endif
> +#ifdef CONFIG_X86_IO_APIC
> disable_IO_APIC();
> #endif

You obviously want to disable I/O APICs first.

--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: macro@ds2.pg.gda.pl, PGP key available +

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.162 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site