]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
xen: delete new instances of added __cpuinit
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 8 Nov 2013 16:21:51 +0000 (11:21 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 8 Nov 2013 20:13:16 +0000 (15:13 -0500)
commit3b284bde702c191e3c63168e2d627d90d2b2515b
treedde35f49366b2c0e11cc5d185de6f9aecc954620
parentc275a57f5ec3056f732843b11659d892235faff7
xen: delete new instances of added __cpuinit

commit 6efa20e49b9cb1db1ab66870cc37323474a75a13
("xen: Support 64-bit PV guest receiving NMIs") and
commit cd9151e26d31048b2b5e00fd02e110e07d2200c9
( "xen/balloon: set a mapping for ballooned out pages")
added new instances of __cpuinit usage.

We removed this a couple versions ago; we now want to remove
the compat no-op stubs.  Introducing new users is not what
we want to see at this point in time, as it will break once
the stubs are gone.

Cc: Konrad Rzeszutek Wilk <konrad@kernel.org>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/setup.c
drivers/xen/balloon.c