From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: [PATCH 0/6] xen: Drop unused or empty annotations Date: Fri, 27 Nov 2015 19:58:07 +0000 Message-ID: <1448654293-16860-1-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel Cc: Andrew Cooper , Stefano Stabellini , Ian Campbell , Jan Beulich List-Id: xen-devel@lists.xenproject.org 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