Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 5 Dec 2002 22:57:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 5 Dec 2002 22:57:10 -0500 Received: from ylug.mozilla.gr.jp ([203.141.142.92]:60175 "HELO maison.kyo-ko.org") by vger.kernel.org with SMTP id ; Thu, 5 Dec 2002 22:57:09 -0500 X-Mailer: cmail 2.61.1+20011011 on GNU Emacs 20.7.2 / Mule 4.1 =?ISO-2022-JP?B?KBskQjAqGyhCKQ==?= References: <0212050252.IbRbEbGcFabaXbkavbedza0aAb2aGaxd20143@holomorphy.com> From: Hiroshi Miura To: wli@holomorphy.com, torvalds@transmeta.com Cc: miura@da-cha.org, linux-kernel@vger.kernel.org, kernel-janitor-discuss@lists.sourceforge.net, rmk@arm.linux.org.uk, jgarzik@pobox.com, alan@lxorguk.ukuu.org.uk, viro@math.psu.edu, pavel@ucw.cz In-reply-to: wli@holomorphy.com's message of "Thu, 05 Dec 2002 02:52:59 -0800" <0212050252.IbRbEbGcFabaXbkavbedza0aAb2aGaxd20143@holomorphy.com> Subject: Re: [warnings] [4/8] remove unused cr0 in cyrix.c X-Face: "7/]{D;9O-#dR'kB\tvpz_:#o|*UdC.KK/_"IN*i5VTU&EBhS6w68xQDPh]i4N%1byZ~v~X k$vdp(%V@gY!_|7x7Ht)^ih5\%\l'hcl$`sqp;%`boxPHDJB<~Sr8(e:zPKmeZ)ZPml[0v\|[V00Jm G,%5V5X9Mw7j}(8+!o>&&wmQ]Xh=j User-Agent: SEMI/1.14.4 (=?ISO-2022-JP?B?GyRCOllPJExaGyhC?=) FLIM/1.14.4 (=?ISO-2022-JP?B?GyRCM2A4Nj9ANVxBMBsoQg==?=) APEL/10.4 Emacs/20.7 (i386-debian-linux-gnu) MULE/4.1 (=?ISO-2022-JP?B?GyRCMCobKEI=?=) MIME-Version: 1.0 (generated by SEMI 1.14.4 - =?ISO-2022-JP?B?IhskQjpZGyhC?= =?ISO-2022-JP?B?GyRCTyRMWhsoQiI=?=) Content-Type: text/plain; charset=US-ASCII Message-Id: <20021206003502.1410A1182C8@triton2> Date: Fri, 6 Dec 2002 09:35:02 +0900 (JST) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 731 Lines: 24 > Remove cr0; the variable is unused. Hiroshi, this is yours to ack. > > ===== arch/i386/kernel/cpu/cyrix.c 1.6 vs edited ===== > --- 1.6/arch/i386/kernel/cpu/cyrix.c Thu Nov 14 18:02:21 2002 > +++ edited/arch/i386/kernel/cpu/cyrix.c Thu Dec 5 01:10:10 2002 > @@ -170,7 +170,6 @@ > { > unsigned long flags; > u8 ccr3, ccr4; > - unsigned long cr0; > local_irq_save(flags); > > ccr3 = getCx86(CX86_CCR3); obviously this looks ok to me. -- Hiroshi Miura miura@da-cha.org - 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/