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

Greg KH (greg@kroah.com)
Wed, 11 Dec 2002 17:55:27 -0800


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/