linux/arch/ia64/xen
Paul Gortmaker ccce9bb83e [IA64] Delete __cpuinit usage from all ia64 users
The __cpuinit type of throwaway sections might have made sense
some time ago when RAM was more constrained, but now the savings
do not offset the cost and complications.  For example, the fix in
commit 5e427ec2d0 ("x86: Fix bit corruption at CPU resume time")
is a good example of the nasty type of bugs that can be created
with improper use of the various __init prefixes.

After a discussion on LKML[1] it was decided that cpuinit should go
the way of devinit and be phased out.  Once all the users are gone,
we can then finally remove the macros themselves from linux/init.h.

This removes all the ia64 uses of the __cpuinit macros.

[1] https://lkml.org/lkml/2013/5/20/589

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2013-06-24 15:44:27 -07:00
..
Kconfig arch/ia64/xen: remove depends on CONFIG_EXPERIMENTAL 2013-01-11 11:38:04 -08:00
Makefile ia64/pv_ops/xen/gate.S: xen gate page paravirtualization 2009-03-26 11:01:55 -07:00
gate-data.S Rename .data.gate to .data..gate. 2010-03-03 11:25:59 +01:00
grant-table.c xen: use generic functions instead of xen_{alloc, free}_vm_area() 2011-09-29 15:02:18 -04:00
hypercall.S [IA64] Remove COMPAT_IA32 support 2010-02-08 10:42:17 -08:00
hypervisor.c [IA64] Delete __cpuinit usage from all ia64 users 2013-06-24 15:44:27 -07:00
irq_xen.c IA64: drivers: remove __dev* attributes. 2013-01-03 15:57:13 -08:00
irq_xen.h sections: fix section conflicts in arch/ia64 2012-10-06 03:04:39 +09:00
machvec.c ia64/xen: define xen machine vector for domU. 2008-10-17 10:08:56 -07:00
suspend.c xen: suspend: add "arch" to pre/post suspend hooks 2011-02-25 16:43:12 +00:00
time.c ia64: Switch do_timer() to xtime_update() 2011-01-31 14:55:45 +01:00
time.h ia64/xen: preliminary support for save/restore. 2008-10-17 10:09:25 -07:00
xcom_hcall.c ia64/xen: xencomm conversion functions for hypercalls 2008-10-17 10:00:19 -07:00
xen_pv_ops.c [IA64] xen: use ARRAY_SIZE macro in xen_pv_ops.c 2010-09-23 14:26:30 -07:00
xencomm.c [IA64] xen: Fix return value check in xencomm_vtop() 2012-09-27 12:30:18 -07:00
xenivt.S ia64/pv_ops/xen: paravirtualize ivt.S for xen. 2008-10-17 10:05:08 -07:00
xensetup.S Disintegrate asm/system.h for IA64 2012-03-28 18:30:02 +01:00