]> Zhao Yanbai Git Server - minix.git/commitdiff
Fixed kernel stack comment
authorTomas Hruby <tom@minix3.org>
Thu, 18 Mar 2010 16:18:22 +0000 (16:18 +0000)
committerTomas Hruby <tom@minix3.org>
Thu, 18 Mar 2010 16:18:22 +0000 (16:18 +0000)
kernel/arch/i386/mpx386.S

index dd84ef1b99f5c1d9e54ea966e0eca8637ca646bc..293f1df025d11153826aadbe6d0e7e73f01f4fcb 100644 (file)
@@ -753,8 +753,7 @@ reload_cr3:
 
 .bss
 /*
- * this stack is used temporarily for booting only. We switch to a proper kernel
- * stack after the first trap to kernel
+ * the kernel stack
  */
 .globl k_boot_stktop
 k_boot_stack: