diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 2008-03-22 16:25:09 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 2008-03-22 16:25:09 +0000 |
commit | a675005f58afbe3b215f9ba693ef86aaff8e7cda (patch) | |
tree | 149d4f1a4ad831202a5a2e815e6cf595832205a9 | |
parent | 99c6d27a5dd6dd1abe32b8a22c77fffa39aa76c4 (diff) |
Quick comment fixups.
ok deraadt@, kettenis@, brad@, marco@
-rw-r--r-- | sys/arch/i386/i386/locore.s | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s index 74a7d47e6a3..99081e83570 100644 --- a/sys/arch/i386/i386/locore.s +++ b/sys/arch/i386/i386/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.121 2007/11/28 17:05:09 tedu Exp $ */ +/* $OpenBSD: locore.s,v 1.122 2008/03/22 16:25:08 weingart Exp $ */ /* $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $ */ /*- @@ -601,7 +601,7 @@ try586: /* Use the `cpuid' instruction. */ /* * Construct a page table directory. -*/ + */ movl RELOC(_C_LABEL(nkpde)),%ecx # count of pde s, leal (PROC0PDIR+0*4)(%esi),%ebx # where temp maps! leal (SYSMAP+PG_V|PG_KW)(%esi),%eax # pte for KPT in proc 0 @@ -667,6 +667,7 @@ begin: addl $4,%esp call _C_LABEL(main) + /* NOTREACHED */ NENTRY(proc_trampoline) #ifdef MULTIPROCESSOR |