]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] i386: fix GDT's number of quadwords in comment
authorAhmed S. Darwish <darwish.07@gmail.com>
Wed, 2 May 2007 17:27:09 +0000 (19:27 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:09 +0000 (19:27 +0200)
Fix comments to represent the true number of quadwords in GDT.

Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/i386/kernel/head.S

index 3fa7f9389afe7a39ce327ed5e4cf8493dfe7cf8e..cb185f40c28297fcacd5d8e71e95b03a1620bead 100644 (file)
@@ -612,7 +612,7 @@ ENTRY(boot_gdt_table)
        .quad 0x00cf92000000ffff        /* kernel 4GB data at 0x00000000 */
 
 /*
- * The Global Descriptor Table contains 28 quadwords, per-CPU.
+ * The Global Descriptor Table contains 32 quadwords, per-CPU.
  */
        .align L1_CACHE_BYTES
 ENTRY(cpu_gdt_table)
@@ -639,7 +639,7 @@ ENTRY(cpu_gdt_table)
 
        /*
         * Segments used for calling PnP BIOS have byte granularity.
-        * They code segments and data segments have fixed 64k limits,
+        * The code segments and data segments have fixed 64k limits,
         * the transfer segment sizes are set at run time.
         */
        .quad 0x00409a000000ffff        /* 0x90 32-bit code */