Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86_64/x86_64 Fix parameter passed to init_x86_64.



details:   https://anonhg.NetBSD.org/src/rev/7eabe92111e9
branches:  trunk
changeset: 533563:7eabe92111e9
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Thu Jul 04 10:34:22 2002 +0000

description:
Fix parameter passed to init_x86_64.

diffstat:

 sys/arch/x86_64/x86_64/locore.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 16f201c89546 -r 7eabe92111e9 sys/arch/x86_64/x86_64/locore.S
--- a/sys/arch/x86_64/x86_64/locore.S   Thu Jul 04 10:22:20 2002 +0000
+++ b/sys/arch/x86_64/x86_64/locore.S   Thu Jul 04 10:34:22 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.7 2002/06/25 01:24:50 thorpej Exp $       */
+/*     $NetBSD: locore.S,v 1.8 2002/07/04 10:34:22 fvdl Exp $  */
 
 /*
  * Copyright-o-rama!
@@ -651,7 +651,7 @@
        movw    %ax,%fs
 
        /* XXX merge these */
-       movq    $VM_MIN_KERNEL_ADDRESS,%rdi
+       leaq    TABLESIZE(%rsi),%rdi
        call    _C_LABEL(init_x86_64)
 
        call    _C_LABEL(main)



Home | Main Index | Thread Index | Old Index