Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758623AbZAXQax (ORCPT ); Sat, 24 Jan 2009 11:30:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754547AbZAXQao (ORCPT ); Sat, 24 Jan 2009 11:30:44 -0500 Received: from www.tglx.de ([62.245.132.106]:57127 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751508AbZAXQan (ORCPT ); Sat, 24 Jan 2009 11:30:43 -0500 Date: Sat, 24 Jan 2009 17:30:30 +0100 (CET) From: Thomas Gleixner To: Lee Revell cc: Jon Masters , linux-rt-users@vger.kernel.org, LKML , williams , "Luis Claudio R. Goncalves" Subject: Re: [RT] [RFC] simple SMI detector In-Reply-To: <75b66ecd0901231833j2fda4554sb0f47457ab838566@mail.gmail.com> Message-ID: References: <1232751312.3990.59.camel@perihelion.bos.jonmasters.org> <75b66ecd0901231833j2fda4554sb0f47457ab838566@mail.gmail.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1310 Lines: 35 On Fri, 23 Jan 2009, Lee Revell wrote: > > FYI the RTAI project has a patch to allow disabling of SMI: > > https://listas.upv.es/pipermail/rtlinuxgpl/2007-April/000609.html FYI, this patch should be removed from the internet archives and the author should be made liable for the damage which can happen when innocent users try to use it for fixing things which simply can not be fixed. >> .... disabled SMIs with RTAI code the latencies of cyclictest were >> good, but after about 20 minutes my system stopped working and now >> it does not even boot anymore. :( Any hint? > > Yeah. Buy a new CPU. You deep-fried your P4 because you disabled the > thermal protection. Aside of this worst case scenario, disabling SMIs is problematic as SMI is used to emulate devices, to fix chip bugs and necessary for enhanced features. The only reasonable thing you can do on a SMI plagued system is to identify the device which makes use of SMIs. Legacy ISA devices and USB are usually good candidates. If that does not help, don't use it for real-time :) Thanks, tglx -- 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/