[POWERPC] Use __attribute__ in asm-powerpc
authorMike Frysinger <vapier@gentoo.org>
Sun, 15 Jul 2007 03:36:09 +0000 (13:36 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 22 Sep 2007 04:49:21 +0000 (14:49 +1000)
commitfc624eae3278330f484669dd8fe85535def7eb78
tree8601b3bfecd9dd7c2fb91bebd99c0d9bd22c614f
parent9b41fcb0eb890009f9de3df76fcdb2ba77314a4b
[POWERPC] Use __attribute__ in asm-powerpc

Pretty much everyone uses "__attribute__" or "attribute", no one uses
"__attribute".  This tweaks the three places in asm-powerpc where this
comes up.  While only asm-powerpc/types.h is interesting (for
userspace), I did asm-powerpc/processor.h as well for consistency.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/processor.h
include/asm-powerpc/types.h