Subject: sigtramp regression test failure, and suggested solution
To: None <tech-kern@netbsd.org>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: tech-kern
Date: 11/20/1999 23:22:56
Hello,

the sigtramp regression test fails on 68040 and 68060 machines running anything
from 1.4.x to current -current.

The reason is, that the copyout() copying the signal trampoline code to the
stack does not synchronize i- and d-cache. 

My suggestion is the appended patch to kern_exec.c

Comments?

Regards,
	-is