From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Bolanos Subject: Re: [PATCH 1/5] Splitting Tommy's big patch Date: Mon, 31 May 2004 07:44:09 -0600 Sender: linux-8086-owner@vger.kernel.org Message-ID: <1086011049.3300.2.camel@talena.hsol.net> References: <20040528202212.49840.qmail@web51306.mail.yahoo.com> <20040528213029.GK21172@duckman.distro.conectiva> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20040528213029.GK21172@duckman.distro.conectiva> List-Id: Content-Type: text/plain; charset="us-ascii" To: Eduardo Pereira Habkost Cc: linux-8086@vger.kernel.org Applied. Thanks. Mike On Fri, 2004-05-28 at 15:30, Eduardo Pereira Habkost wrote: > Use #ifdef rightly on setup.S > > --- elks/arch/i86/boot/setup.S 2004-05-28 16:01:49.000000000 -0400 > +++ elks/arch/i86/boot/setup.S 2004-04-18 14:42:59.000000000 -0400 > @@ -585,7 +585,7 @@ > or al,al > jnz is486 > #endif > -#ifdef(CONFIG_CPU_80386) > +#ifdef CONFIG_CPU_80386 > mov cl,#7 > lea si,p80386 > br getfpu > - > To unsubscribe from this list: send the line "unsubscribe linux-8086" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >