Re: [PATCH] Dynamic MP_BUSSES and IRQ_SOURCES for 2.4.21-pre1

From: Greg KH (greg@kroah.com)
Date: Wed Dec 11 2002 - 20:55:27 EST


ChangeSet 1.813, 2002/12/11 17:44:54-08:00, greg@kroah.com

mpparse.c: Fix a minor code formatting issue.

diff -Nru a/arch/i386/kernel/mpparse.c b/arch/i386/kernel/mpparse.c
--- a/arch/i386/kernel/mpparse.c Wed Dec 11 17:49:48 2002
+++ b/arch/i386/kernel/mpparse.c Wed Dec 11 17:49:48 2002
@@ -234,7 +234,7 @@
         if (m->mpc_apicid > MAX_APICS) {
                 printk("Processor #%d INVALID. (Max ID: %d).\n",
                         m->mpc_apicid, MAX_APICS);
- --num_processors;
+ --num_processors;
                 return;
         }
         ver = m->mpc_apicver;
-
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/



This archive was generated by hypermail 2b29 : Sun Dec 15 2002 - 22:00:24 EST