[parisc-linux-cvs] linux willy

Matthew Wilcox willy@puffin.external.hp.com
Wed, 1 Aug 2001 10:29:14 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	willy	01/08/01 10:29:14

Modified files:
	include/asm-parisc: atomic.h 

Log message:
2.4.7 merge: add definitions of smp_mb__before_atomic_dec and similar
functions.  I've used smp_mb() for the moment; we seem to have a choice
between that and barrier(), considering other architectures.  In fact
they do the same thing on parisc currently.