jtc 41056da8a0 Include <machine/asm.h> instead of defining our own ENTRY() macro
Changed all instances of ENTRY() to match the new calling convention
(it takes a second argument ).

Added new macros:
	SYSTRAP(x):		Expands to the code used to call syscall x.
				This is used to simplify other macros.

	SYSCALL_NOERROR(x):	Like SYSCALL except that "x" is a syscall
				that can never fail.

	RSYSCALL_NOERROR(x):	Like RSYSCALL except that "x" is a syscall
				that can never fail.
1996-10-18 19:37:48 +00:00
..
1996-06-29 14:32:58 +00:00
1995-02-27 13:02:12 +00:00
1996-02-14 19:21:54 +00:00
1996-10-09 01:46:13 +00:00
1995-03-01 00:00:00 +00:00
1995-06-26 23:04:45 +00:00
1996-09-13 17:46:49 +00:00
1996-10-18 05:45:01 +00:00
1996-09-08 00:03:56 +00:00