Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266463AbTGETTh (ORCPT ); Sat, 5 Jul 2003 15:19:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266457AbTGETRs (ORCPT ); Sat, 5 Jul 2003 15:17:48 -0400 Received: from smtp101.mail.sc5.yahoo.com ([216.136.174.139]:15252 "HELO smtp101.mail.sc5.yahoo.com") by vger.kernel.org with SMTP id S266441AbTGETOs convert rfc822-to-8bit (ORCPT ); Sat, 5 Jul 2003 15:14:48 -0400 From: Michael Buesch To: Marcelo Tosatti Subject: [PATCH 2.4.21-bk1] head.S compile warning fix Date: Sat, 5 Jul 2003 21:28:16 +0200 User-Agent: KMail/1.5.2 Cc: linux kernel mailing list MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Content-Description: clearsigned data Content-Disposition: inline Message-Id: <200307052128.16674.fsdeveloper@yahoo.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1001 Lines: 39 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi. fixes "Warning: extra tokens at end of #endif directive" compiletime warning. - --- arch/i386/kernel/head.S.orig 2003-06-13 20:52:34.000000000 +0200 +++ arch/i386/kernel/head.S 2003-07-05 21:26:03.000000000 +0200 @@ -113,7 +113,7 @@ popfl jmp checkCPUtype 1: - -#endif CONFIG_SMP +#endif /* CONFIG_SMP */ /* * Clear BSS first so that there are no surprises... - -- Regards Michael Buesch http://www.8ung.at/tuxsoft 21:26:26 up 2:29, 3 users, load average: 0.36, 0.12, 0.11 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/BybQoxoigfggmSgRAkCDAJsGDEN/u9C+5nOjjQQw4q9lUrtPAwCfV145 wELFwa7s8HcHfskg68D4pNE= =NMPf -----END PGP SIGNATURE----- - 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/