NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PR/52117 CVS commit: src/tests/kernel
The following reply was made to PR kern/52117; it has been noted by GNATS.
From: "Kamil Rytarowski" <n54%gmx.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: PR/52117 CVS commit: src/tests/kernel
Date: Tue, 28 Mar 2017 18:07:27 +0200
I've prepared a patch - it works on amd64.
http://www.netbsd.org/~kamil/patch-00029-mi_child_return.txt
Please check it on possible ports - by adding appropriate code inspired by x86
Basically we need to call:
mi_child_return(l);
before a call of:
userret(l).
This approach has been inspired by mi_userret() and <sys/userret.h>.
Home |
Main Index |
Thread Index |
Old Index