freebsd-skq/sys/alpha
Jason Evans d0b01efdeb Use inline functions instead of macros for mtx_enter(), mtx_try_enter(),
and mtx_exit().  This change tracks the i386 version.

Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cpp
macros that expand to pass filename and line number information.  This is
necessary since we're using inline functions instead of macros now.

Add const to the filename pointers passed througout the mtx and witness
code.
2000-09-08 21:47:29 +00:00
..
alpha Only call kdb_trap() if the DDB config option is specified. 2000-09-08 09:51:16 +00:00
conf Add AS1200 (Tincup) to description 2000-09-04 20:47:35 +00:00
include Use inline functions instead of macros for mtx_enter(), mtx_try_enter(), 2000-09-08 21:47:29 +00:00
isa remove breakage that snuck in with my last commit 2000-06-29 02:26:48 +00:00
linux Minimal set of diffs from the i386 bits to the AlphaLinux. 2000-09-07 06:12:41 +00:00
mcbus * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
osf1 Regen. (Fix SYS_exit) 2000-07-29 10:07:38 +00:00
pci A quick fix to get around a problem (described below) with cia based 2000-09-02 01:05:37 +00:00
tc Make all Ethernet drivers attach using ether_ifattach() and detach using 2000-07-13 22:54:34 +00:00
tlsb * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00