From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: willy@debian.org Cc: parisc-linux@lists.parisc-linux.org, jes@wildopensource.com Subject: Re: [parisc-linux] 2.4.18-pa62 acenic-0.91 In-Reply-To: Message from Grant Grundler of "Sat, 03 Aug 2002 20:58:04 MDT." <20020804025804.3FE6C483E@dsl2.external.hp.com> References: <20020804011707.2B9164860@dsl2.external.hp.com> <20020804020348.23C414860@dsl2.external.hp.com> <20020804025804.3FE6C483E@dsl2.external.hp.com> Date: Sun, 04 Aug 2002 01:14:06 -0600 From: Grant Grundler Message-Id: <20020804071406.8D26F4831@dsl2.external.hp.com> Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: Grant Grundler wrote: > Privately, Mathew Wilcox observed cli() is an obsolete interface > and doesn't scale well on SMP boxes. Matthew, *sigh*. I looked at the code and it uses __cli() (not cli()). On parisc thats equivalent to local_irq_disable(). Should Jes be using local_irq_disable() directly? thanks, grant