]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitcb885fb45d5d93cf3e324266e3574f0c83fac0e0
tree8601b3bfecd9dd7c2fb91bebd99c0d9bd22c614f
parent8f716509fead5f7d83c828b81ef1dbed4ac696a5
[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