Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/i386 Fix (once again) Xen boot
details: https://anonhg.NetBSD.org/src/rev/7a9383c78805
branches: trunk
changeset: 356553:7a9383c78805
user: bouyer <bouyer%NetBSD.org@localhost>
date: Mon Oct 02 17:48:01 2017 +0000
description:
Fix (once again) Xen boot
diffstat:
sys/arch/i386/i386/locore.S | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r dc8946d7f758 -r 7a9383c78805 sys/arch/i386/i386/locore.S
--- a/sys/arch/i386/i386/locore.S Mon Oct 02 15:40:00 2017 +0000
+++ b/sys/arch/i386/i386/locore.S Mon Oct 02 17:48:01 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.153 2017/09/30 11:43:57 maxv Exp $ */
+/* $NetBSD: locore.S,v 1.154 2017/10/02 17:48:01 bouyer Exp $ */
/*
* Copyright-o-rama!
@@ -128,7 +128,7 @@
*/
#include <machine/asm.h>
-__KERNEL_RCSID(0, "$NetBSD: locore.S,v 1.153 2017/09/30 11:43:57 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: locore.S,v 1.154 2017/10/02 17:48:01 bouyer Exp $");
#include "opt_copy_symtab.h"
#include "opt_ddb.h"
@@ -910,6 +910,7 @@
pushl $0 /* init386() expects a 64 bits paddr_t with PAE */
#endif
pushl %esi
+ call _C_LABEL(init_bootspace)
call _C_LABEL(init386)
addl $PDE_SIZE,%esp /* pop paddr_t */
call _C_LABEL(main)
Home |
Main Index |
Thread Index |
Old Index