]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
ia64: remove paravirt code
authorLuis R. Rodriguez <mcgrof@suse.com>
Tue, 2 Jun 2015 18:42:02 +0000 (11:42 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 10 Jun 2015 21:26:32 +0000 (14:26 -0700)
commite55645ec5725a33eac9d6133f3bce381af1e993d
treeff805fb6042e5e06c3a60d8482855cfcaf6b6dfe
parentc65b99f046843d2455aa231747b5a07a999a9f3d
ia64: remove paravirt code

All the ia64 pvops code is now dead code since both
xen and kvm support have been ripped out [0] [1]. Just
that no one had troubled to rip this stuff out. The only
useful remaining pieces were the old pvops docs but that
was recently also generalized and moved out from ia64 [2].

This has been run time tested on an ia64 Madison system.

[0] 003f7de625890 "KVM: ia64: remove" since v3.19-rc1
[1] d52eefb47d4eb "ia64/xen: Remove Xen support for ia64" since v3.14-rc1
[2] "virtual: Documentation: simplify and generalize paravirt_ops.txt"

Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
33 files changed:
arch/ia64/Kconfig
arch/ia64/include/asm/hw_irq.h
arch/ia64/include/asm/intrinsics.h
arch/ia64/include/asm/iosapic.h
arch/ia64/include/asm/module.h
arch/ia64/include/asm/native/inst.h
arch/ia64/include/asm/native/pvchk_inst.h [deleted file]
arch/ia64/include/asm/paravirt.h [deleted file]
arch/ia64/include/asm/paravirt_patch.h [deleted file]
arch/ia64/include/asm/paravirt_privop.h [deleted file]
arch/ia64/kernel/Makefile
arch/ia64/kernel/efi.c
arch/ia64/kernel/entry.S
arch/ia64/kernel/fsys.S
arch/ia64/kernel/gate.S
arch/ia64/kernel/gate.lds.S
arch/ia64/kernel/head.S
arch/ia64/kernel/ivt.S
arch/ia64/kernel/minstate.h
arch/ia64/kernel/module.c
arch/ia64/kernel/paravirt.c [deleted file]
arch/ia64/kernel/paravirt_inst.h [deleted file]
arch/ia64/kernel/paravirt_patch.c [deleted file]
arch/ia64/kernel/paravirt_patchlist.c [deleted file]
arch/ia64/kernel/paravirt_patchlist.h [deleted file]
arch/ia64/kernel/paravirtentry.S [deleted file]
arch/ia64/kernel/patch.c
arch/ia64/kernel/setup.c
arch/ia64/kernel/smpboot.c
arch/ia64/kernel/time.c
arch/ia64/kernel/vmlinux.lds.S
arch/ia64/mm/init.c
arch/ia64/scripts/pvcheck.sed [deleted file]