Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Fix these comments, we probably won't want to keep ...
details: https://anonhg.NetBSD.org/src/rev/edd97fcc4c65
branches: trunk
changeset: 351109:edd97fcc4c65
user: maxv <maxv%NetBSD.org@localhost>
date: Thu Feb 02 19:12:09 2017 +0000
description:
Fix these comments, we probably won't want to keep them up to date.
diffstat:
sys/arch/amd64/amd64/locore.S | 4 ++--
sys/arch/i386/i386/locore.S | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r a931eba6e4e8 -r edd97fcc4c65 sys/arch/amd64/amd64/locore.S
--- a/sys/arch/amd64/amd64/locore.S Thu Feb 02 19:09:08 2017 +0000
+++ b/sys/arch/amd64/amd64/locore.S Thu Feb 02 19:12:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.118 2016/12/17 13:49:05 maxv Exp $ */
+/* $NetBSD: locore.S,v 1.119 2017/02/02 19:12:09 maxv Exp $ */
/*
* Copyright-o-rama!
@@ -647,7 +647,7 @@
*/
leal (PROC0_PTP1_OFF)(%esi),%ebx
- /* Skip the first MB. */
+ /* Skip the area below the kernel text. */
movl $(KERNTEXTOFF_LO - KERNBASE_LO),%ecx
shrl $PGSHIFT,%ecx
fillkpt_blank
diff -r a931eba6e4e8 -r edd97fcc4c65 sys/arch/i386/i386/locore.S
--- a/sys/arch/i386/i386/locore.S Thu Feb 02 19:09:08 2017 +0000
+++ b/sys/arch/i386/i386/locore.S Thu Feb 02 19:12:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.144 2017/01/06 08:36:56 maxv Exp $ */
+/* $NetBSD: locore.S,v 1.145 2017/02/02 19:12:09 maxv Exp $ */
/*
* Copyright-o-rama!
@@ -128,7 +128,7 @@
*/
#include <machine/asm.h>
-__KERNEL_RCSID(0, "$NetBSD: locore.S,v 1.144 2017/01/06 08:36:56 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: locore.S,v 1.145 2017/02/02 19:12:09 maxv Exp $");
#include "opt_compat_oldboot.h"
#include "opt_copy_symtab.h"
@@ -671,7 +671,7 @@
*/
leal (PROC0_PTP1_OFF)(%esi),%ebx
- /* Skip the first MB. */
+ /* Skip the area below the kernel text. */
movl $(KERNTEXTOFF - KERNBASE),%ecx
shrl $PGSHIFT,%ecx
fillkpt_blank
Home |
Main Index |
Thread Index |
Old Index