From: Paul Mackerras Date: Wed, 17 Apr 2013 20:32:04 +0000 (+0000) Subject: KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS calls X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~13^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d19bd86204f85d42873e07bb64a27587fc380b5b;p=pandora-kernel.git KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS calls This adds support for the ibm,int-on and ibm,int-off RTAS calls to the in-kernel XICS emulation and corrects the handling of the saved priority by the ibm,set-xive RTAS call. With this, ibm,int-off sets the specified interrupt's priority in its saved_priority field and sets the priority to 0xff (the least favoured value). ibm,int-on restores the saved_priority to the priority field, and ibm,set-xive sets both the priority and the saved_priority to the specified priority value. Signed-off-by: Paul Mackerras Signed-off-by: Alexander Graf --- Reading git-diff-tree failed