All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] xen: Drop unused or empty annotations
@ 2015-11-27 19:58 Andrew Cooper
  2015-11-27 19:58 ` [PATCH 1/6] xen: Drop unused fastcall annotation Andrew Cooper
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Andrew Cooper @ 2015-11-27 19:58 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper, Stefano Stabellini, Ian Campbell, Jan Beulich

No resulting change on any architecture.

Andrew Cooper (6):
  xen: Drop unused fastcall annotation
  xen: Drop empty __cpuinitdata annotation
  xen: Drop empty __cpuinit annotation
  xen: Drop empty __devinitdata annotation
  xen: Drop empty __devinit annotation, and aliased __pminit
  xen: Drop unused __devexit{,data} and CONFIG_HOTPLUG

 xen/arch/arm/cpu.c                  |  2 +-
 xen/arch/arm/gic-hip04.c            |  6 +++---
 xen/arch/arm/gic-v2.c               |  6 +++---
 xen/arch/arm/gic-v3.c               |  6 +++---
 xen/arch/arm/gic.c                  |  4 ++--
 xen/arch/arm/irq.c                  |  4 ++--
 xen/arch/arm/mm.c                   |  2 +-
 xen/arch/arm/smpboot.c              |  6 +++---
 xen/arch/arm/time.c                 |  2 +-
 xen/arch/arm/traps.c                |  2 +-
 xen/arch/x86/apic.c                 |  6 +++---
 xen/arch/x86/cpu/amd.c              |  8 ++++----
 xen/arch/x86/cpu/common.c           | 34 +++++++++++++++++-----------------
 xen/arch/x86/cpu/intel.c            | 10 +++++-----
 xen/arch/x86/cpu/intel_cacheinfo.c  |  6 +++---
 xen/arch/x86/i8259.c                |  2 +-
 xen/arch/x86/mpparse.c              | 10 +++++-----
 xen/arch/x86/nmi.c                  | 12 +++++-------
 xen/arch/x86/numa.c                 | 10 +++++-----
 xen/arch/x86/setup.c                |  2 +-
 xen/arch/x86/traps.c                |  4 ++--
 xen/arch/x86/x86_64/mmconf-fam10h.c |  6 +++---
 xen/arch/x86/x86_64/traps.c         |  2 +-
 xen/crypto/vmac.c                   |  3 ---
 xen/include/asm-arm/gic.h           |  2 +-
 xen/include/asm-arm/mm.h            |  4 ++--
 xen/include/asm-arm/p2m.h           |  2 +-
 xen/include/asm-arm/time.h          |  2 +-
 xen/include/asm-x86/config.h        |  1 -
 xen/include/xen/config.h            |  4 ----
 xen/include/xen/init.h              | 12 ------------
 31 files changed, 80 insertions(+), 102 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-12-15 13:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27 19:58 [PATCH 0/6] xen: Drop unused or empty annotations Andrew Cooper
2015-11-27 19:58 ` [PATCH 1/6] xen: Drop unused fastcall annotation Andrew Cooper
2015-11-27 19:58 ` [PATCH 2/6] xen: Drop empty __cpuinitdata annotation Andrew Cooper
2015-11-27 19:58 ` [PATCH 3/6] xen: Drop empty __cpuinit annotation Andrew Cooper
2015-11-30 12:03   ` Julien Grall
     [not found]   ` <56701AAE02000078000BF8F0@prv-mh.provo.novell.com>
2015-12-15 13:20     ` Ian Campbell
2015-11-27 19:58 ` [PATCH 4/6] xen: Drop empty __devinitdata annotation Andrew Cooper
2015-11-27 19:58 ` [PATCH 5/6] xen: Drop empty __devinit annotation, and aliased __pminit Andrew Cooper
2015-11-27 19:58 ` [PATCH 6/6] xen: Drop unused __devexit{, data} and CONFIG_HOTPLUG Andrew Cooper
2015-11-30 10:19 ` [PATCH 0/6] xen: Drop unused or empty annotations Jan Beulich

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.