This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Incrementing volatiles?
- To: Joe Buck <jbuck at synopsys dot com>
- Subject: Re: Incrementing volatiles?
- From: Andi Kleen <ak at muc dot de>
- Date: 15 Jul 1998 14:41:58 +0200
- Cc: phdm at macqel dot be (Philippe De Muyter), egcs at cygnus dot com
- References: <199807131547.IAA18314@atrus.synopsys.com>
Joe Buck <jbuck@Synopsys.COM> writes:
>
> How do the Linux/ppc people deal with this? I see no "eieio" instructions
> in the arch/ppc part of the 2.0.30 kernel.
Look in include/asm-ppc/io.h
-Andi