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]003f7de625
"KVM: ia64: remove" since v3.19-rc1 [1]d52eefb47d
"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>
This commit is contained in:

committed by
Tony Luck

parent
c65b99f046
commit
e55645ec57
@@ -1,33 +0,0 @@
|
||||
#
|
||||
# Checker for paravirtualizations of privileged operations.
|
||||
#
|
||||
s/ssm.*psr\.ic.*/.warning \"ssm psr.ic should not be used directly\"/g
|
||||
s/rsm.*psr\.ic.*/.warning \"rsm psr.ic should not be used directly\"/g
|
||||
s/ssm.*psr\.i.*/.warning \"ssm psr.i should not be used directly\"/g
|
||||
s/rsm.*psr\.i.*/.warning \"rsm psr.i should not be used directly\"/g
|
||||
s/ssm.*psr\.dt.*/.warning \"ssm psr.dt should not be used directly\"/g
|
||||
s/rsm.*psr\.dt.*/.warning \"rsm psr.dt should not be used directly\"/g
|
||||
s/mov.*=.*cr\.ifa/.warning \"cr.ifa should not used directly\"/g
|
||||
s/mov.*=.*cr\.itir/.warning \"cr.itir should not used directly\"/g
|
||||
s/mov.*=.*cr\.isr/.warning \"cr.isr should not used directly\"/g
|
||||
s/mov.*=.*cr\.iha/.warning \"cr.iha should not used directly\"/g
|
||||
s/mov.*=.*cr\.ipsr/.warning \"cr.ipsr should not used directly\"/g
|
||||
s/mov.*=.*cr\.iim/.warning \"cr.iim should not used directly\"/g
|
||||
s/mov.*=.*cr\.iip/.warning \"cr.iip should not used directly\"/g
|
||||
s/mov.*=.*cr\.ivr/.warning \"cr.ivr should not used directly\"/g
|
||||
s/mov.*=[^\.]*psr/.warning \"psr should not used directly\"/g # avoid ar.fpsr
|
||||
s/mov.*=.*ar\.eflags/.warning \"ar.eflags should not used directly\"/g
|
||||
s/mov.*=.*ar\.itc.*/.warning \"ar.itc should not used directly\"/g
|
||||
s/mov.*cr\.ifa.*=.*/.warning \"cr.ifa should not used directly\"/g
|
||||
s/mov.*cr\.itir.*=.*/.warning \"cr.itir should not used directly\"/g
|
||||
s/mov.*cr\.iha.*=.*/.warning \"cr.iha should not used directly\"/g
|
||||
s/mov.*cr\.ipsr.*=.*/.warning \"cr.ipsr should not used directly\"/g
|
||||
s/mov.*cr\.ifs.*=.*/.warning \"cr.ifs should not used directly\"/g
|
||||
s/mov.*cr\.iip.*=.*/.warning \"cr.iip should not used directly\"/g
|
||||
s/mov.*cr\.kr.*=.*/.warning \"cr.kr should not used directly\"/g
|
||||
s/mov.*ar\.eflags.*=.*/.warning \"ar.eflags should not used directly\"/g
|
||||
s/itc\.i.*/.warning \"itc.i should not be used directly.\"/g
|
||||
s/itc\.d.*/.warning \"itc.d should not be used directly.\"/g
|
||||
s/bsw\.0/.warning \"bsw.0 should not be used directly.\"/g
|
||||
s/bsw\.1/.warning \"bsw.1 should not be used directly.\"/g
|
||||
s/ptc\.ga.*/.warning \"ptc.ga should not be used directly.\"/g
|
Reference in New Issue
Block a user