[patch] comment fix, 2.5.28

Ingo Molnar (mingo@elte.hu)
Sat, 27 Jul 2002 00:54:14 +0200 (CEST)


the attached patch fixes a comment that got incorrect via the
set_thread_area() changes.

Ingo

--- linux/arch/i386/kernel/head.S.orig2 Sat Jul 27 00:53:40 2002
+++ linux/arch/i386/kernel/head.S Sat Jul 27 00:54:49 2002
@@ -412,10 +412,7 @@

ALIGN
/*
- * This contains typically 140 quadwords, depending on NR_CPUS.
- *
- * NOTE! Make sure the gdt descriptor in head.S matches this if you
- * change anything.
+ * The Global Descriptor Table contains 20 quadwords, per-CPU.
*/
ENTRY(cpu_gdt_table)
.quad 0x0000000000000000 /* NULL descriptor */

-
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/