freebsd-skq/sys/alpha
John Baldwin 48281036d7 Some cleanups and tweaks to some of the atomic.h files in preparation for
further changes and fixes in the future:
- Use aliases via macros rather than duplicated inlines wherever possible.
- Move all the aliases to the bottom of these files and the inline
  functions to the top.
- Add various comments.
- On alpha, drop atomic_{load_acq,store_rel}_{8,char,16,short}().
- On i386 and amd64, don't duplicate the extern declarations for functions
  in the two non-inline cases (KLD_MODULE and compiler doesn't do inlines),
  instead, consolidate those two cases.
- Some whitespace fixes.

Approved by:	re (scottl)
2005-07-09 12:38:53 +00:00
..
alpha Introduce a procedure, pmap_page_init(), that initializes the 2005-06-10 03:33:36 +00:00
compile
conf Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from 2005-06-20 16:52:59 +00:00
include Some cleanups and tweaks to some of the atomic.h files in preparation for 2005-07-09 12:38:53 +00:00
isa Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 2005-05-29 04:42:30 +00:00
linux Regen after addition of linux_getpriority wrapper. 2005-06-08 20:47:30 +00:00
mcbus Begin all license/copyright comments with /*- or #- 2005-01-05 20:05:52 +00:00
osf1 - Remove spl's from osf1_usleep_thread(). 2005-07-07 19:16:30 +00:00
pci add cpu_idle support for 21066A based lca systems 2005-01-31 23:07:42 +00:00
tlsb Begin all license/copyright comments with /*- or #- 2005-01-05 20:05:52 +00:00
Makefile