DragonFly-2.3.1.204.gac6b4 master sys/platform/pc64/amd64 vm_machdep.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Jul 7 11:22:08 PDT 2009
commit ac6b496d08d2588524785f0388e376f90f50e503
Author: Jordan Gordeev <jgordeev at dir.bg>
Date: Sat Jun 13 19:52:27 2009 +0300
amd64: Fix a bug in cpu_prepare_lwp().
The code used the i386 argument passing convention - on the stack -
while amd64 expected the argument in %rdi.
Fixes threaded apps.
Summary of changes:
sys/platform/pc64/amd64/vm_machdep.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ac6b496d08d2588524785f0388e376f90f50e503
--
DragonFly BSD source repository
More information about the Commits
mailing list