| Update of /cvsroot/linuxsh/kernel/arch/sh/kernel
Modified Files:
	entry.S 
Log Message:
*  Seperates the old ABI code from the new ABI code, making them
   both easier to read and the new ABI code marginally more efficient.
*  The old ABI doesn't support PTRACE_SYSCALL at all.
*  Turned off support for the old ABI by default.
*  The system call number is checked *after* ptrace so the parent can
   detect bogus system calls.
*  Support for the parent changing the system call number and arguments
   on the fly.
*  Commented but did not fix a longstanding error in the old ABI code.
*  Various comments.
 |