linux-2.3 dhd

David Huggins-Daines dhd@puffin.external.hp.com
Mon, 18 Sep 2000 19:24:18 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux-2.3
Changes by:	dhd	00/09/18 19:24:18

Modified files:
	arch/parisc/kernel: syscall.S 

Log message:
Fix up the calls in the ptrace stuff (we're not running where we were
linked, we can't make direct function calls outside the gateway page,
*duh*).

Move the test for TASK_PTRACE inside the interruptions-disabled
section, there's a race condition here.  (Of course we need to fix the
interruptions-disable thing too)

Add a "die horribly" instruction to the syscall trace stuff because we
should never, ever get there in normal operation.  Will be removed
when I have ptrace and strace working.