clean up comment in entry32.inc
authorStefan Reinauer <stepan@coresystems.de>
Sat, 14 Aug 2010 17:27:27 +0000 (17:27 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sat, 14 Aug 2010 17:27:27 +0000 (17:27 +0000)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5693 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/cpu/x86/32bit/entry32.inc

index 4e0f3b953a3b73b1de84bea8156c28c3b1481c8b..abb4a97236ff7843c0788f556b00e2b7e66d29e7 100644 (file)
@@ -2,15 +2,16 @@
 
 #include <arch/rom_segs.h>
 
-/*     .section ".rom.text" */
        .code32
 
+
+       /* This is the GDT for the ROM stage part of coreboot. It 
+        * is different from the RAM stage GDT which is defined in 
+        * c_start.S
+        */
+
        .align  4
 .globl gdtptr
-
-       /* This is the gdt for ROMCC/ASM part of coreboot.
-        * It is different from the gdt in GCC part of coreboot
-        * which is defined in c_start.S */
 gdt:
 gdtptr:
        .word   gdt_end - gdt -1 /* compute the table limit */