]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xen/x86: Implement x86_apic_ops
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 20 Mar 2012 22:53:10 +0000 (18:53 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 1 May 2012 18:50:33 +0000 (14:50 -0400)
commit31b3c9d723407b395564d1fff3624cc0083ae520
tree91956c150661328c2f1ff344491000cf06d2f60e
parent4a8e2a3115e7aa4bd2deb4c6483d47c743e0fbb3
xen/x86: Implement x86_apic_ops

Or rather just implement one different function as opposed
to the native one : the read function.

We synthesize the values.

Acked-by: Suresh Siddha <suresh.b.siddha@intel.com>
[v1: Rebased on top of tip/x86/urgent]
[v2: Return 0xfd instead of 0xff in the default case]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/Makefile
arch/x86/xen/apic.c [new file with mode: 0644]
arch/x86/xen/enlighten.c
arch/x86/xen/xen-ops.h