All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] treewide: __attribute__ neatening
@ 2011-11-10  9:41 ` Joe Perches
  0 siblings, 0 replies; 32+ messages in thread
From: Joe Perches @ 2011-11-10  9:41 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-kernel, linux-ia64, linux-m68k, linux-mips, linux-am33-list,
	linuxppc-dev, linux-s390, linux-sh

Use the more current __<foo> styles for compiler attributes.
NORET_TYPE is #defined to a null comment, so just remove it.

Joe Perches (5):
  kernel.h: Neaten panic prototype
  linkage: Remove unused NORET_AND macro
  treewide: Remove useless NORET_TYPE macro and uses
  treewide: Convert uses of ATTRIB_NORETURN to __noreturn
  linkage: Remove unused ATTRIB_NORET macro

 arch/avr32/include/asm/system.h        |    2 +-
 arch/avr32/kernel/traps.c              |    2 +-
 arch/ia64/kernel/machine_kexec.c       |    4 ++--
 arch/m68k/amiga/config.c               |    4 ++--
 arch/mips/include/asm/ptrace.h         |    2 +-
 arch/mips/kernel/traps.c               |    2 +-
 arch/mn10300/include/asm/exceptions.h  |    2 +-
 arch/powerpc/kernel/machine_kexec_32.c |    4 ++--
 arch/powerpc/kernel/machine_kexec_64.c |    6 +++---
 arch/s390/include/asm/processor.h      |    2 +-
 arch/s390/kernel/nmi.c                 |    2 +-
 arch/sh/kernel/process_32.c            |    2 +-
 arch/sh/kernel/process_64.c            |    2 +-
 arch/tile/kernel/machine_kexec.c       |    6 +++---
 include/linux/kernel.h                 |   13 +++++++------
 include/linux/linkage.h                |    4 ----
 include/linux/sched.h                  |    2 +-
 kernel/exit.c                          |    6 +++---
 kernel/panic.c                         |    2 +-
 19 files changed, 33 insertions(+), 36 deletions(-)

-- 
1.7.6.405.gc1be0


^ permalink raw reply	[flat|nested] 32+ messages in thread
* [PATCH 0/5] treewide: __attribute__ neatening
@ 2011-11-10  9:41 Joe Perches
  0 siblings, 0 replies; 32+ messages in thread
From: Joe Perches @ 2011-11-10  9:41 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-kernel, linux-ia64, linux-m68k, linux-mips, linux-am33-list,
	linuxppc-dev, linux-s390, linux-sh

Use the more current __<foo> styles for compiler attributes.
NORET_TYPE is #defined to a null comment, so just remove it.

Joe Perches (5):
  kernel.h: Neaten panic prototype
  linkage: Remove unused NORET_AND macro
  treewide: Remove useless NORET_TYPE macro and uses
  treewide: Convert uses of ATTRIB_NORETURN to __noreturn
  linkage: Remove unused ATTRIB_NORET macro

 arch/avr32/include/asm/system.h        |    2 +-
 arch/avr32/kernel/traps.c              |    2 +-
 arch/ia64/kernel/machine_kexec.c       |    4 ++--
 arch/m68k/amiga/config.c               |    4 ++--
 arch/mips/include/asm/ptrace.h         |    2 +-
 arch/mips/kernel/traps.c               |    2 +-
 arch/mn10300/include/asm/exceptions.h  |    2 +-
 arch/powerpc/kernel/machine_kexec_32.c |    4 ++--
 arch/powerpc/kernel/machine_kexec_64.c |    6 +++---
 arch/s390/include/asm/processor.h      |    2 +-
 arch/s390/kernel/nmi.c                 |    2 +-
 arch/sh/kernel/process_32.c            |    2 +-
 arch/sh/kernel/process_64.c            |    2 +-
 arch/tile/kernel/machine_kexec.c       |    6 +++---
 include/linux/kernel.h                 |   13 +++++++------
 include/linux/linkage.h                |    4 ----
 include/linux/sched.h                  |    2 +-
 kernel/exit.c                          |    6 +++---
 kernel/panic.c                         |    2 +-
 19 files changed, 33 insertions(+), 36 deletions(-)

-- 
1.7.6.405.gc1be0

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2011-11-14 20:50 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-10  9:41 [PATCH 0/5] treewide: __attribute__ neatening Joe Perches
2011-11-10  9:41 ` Joe Perches
2011-11-10  9:41 ` Joe Perches
2011-11-10  9:41 ` [PATCH 1/5] kernel.h: Neaten panic prototype Joe Perches
2011-11-10  9:41 ` [PATCH 2/5] linkage: Remove unused NORET_AND macro Joe Perches
2011-11-10  9:41 ` [PATCH 3/5] treewide: Remove useless NORET_TYPE macro and uses Joe Perches
2011-11-10  9:41 ` Joe Perches
2011-11-10  9:41   ` Joe Perches
2011-11-10  9:41   ` Joe Perches
2011-11-10 11:41   ` Ralf Baechle
2011-11-10 11:41     ` Ralf Baechle
2011-11-14 20:50   ` Geert Uytterhoeven
2011-11-14 20:50     ` Geert Uytterhoeven
2011-11-14 20:50     ` Geert Uytterhoeven
2011-11-14 20:50     ` Geert Uytterhoeven
2011-11-10  9:41 ` [PATCH 4/5] treewide: Convert uses of ATTRIB_NORETURN to __noreturn Joe Perches
2011-11-10  9:41 ` Joe Perches
2011-11-10  9:41   ` Joe Perches
2011-11-10  9:41   ` Joe Perches
2011-11-10 11:16   ` [PATCH 4/5] treewide: Convert uses of ATTRIB_NORETURN to Ralf Baechle
2011-11-10 11:16     ` [PATCH 4/5] treewide: Convert uses of ATTRIB_NORETURN to __noreturn Ralf Baechle
2011-11-10 11:16     ` Ralf Baechle
2011-11-11  2:02   ` Paul Mundt
2011-11-11  2:02     ` Paul Mundt
2011-11-11  2:02     ` Paul Mundt
2011-11-14 20:50   ` Geert Uytterhoeven
2011-11-14 20:50   ` Geert Uytterhoeven
2011-11-14 20:50     ` Geert Uytterhoeven
2011-11-14 20:50     ` Geert Uytterhoeven
2011-11-14 20:50     ` Geert Uytterhoeven
2011-11-10  9:41 ` [PATCH 5/5] linkage: Remove unused ATTRIB_NORET macro Joe Perches
  -- strict thread matches above, loose matches on Subject: below --
2011-11-10  9:41 [PATCH 0/5] treewide: __attribute__ neatening Joe Perches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.