]> www.infradead.org Git - users/jedix/linux-maple.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>
Fri, 11 May 2012 18:23:53 +0000 (14:23 -0400)
commit4c2ae603f04e24ea54f652d12c18361b93d09982
tree93efc16b99efb2b62d8ea2d15cba158ebba02e8e
parent0a57a6ad150a4017755db46394b34dd698d1b4fb
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.

[upstream git commit 31b3c9d723407b395564d1fff3624cc0083ae520]
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>
Conflicts:

arch/x86/xen/Makefile
arch/x86/xen/enlighten.c
arch/x86/xen/xen-ops.h
[In the makefile, the vga.o didn't exist in 3.0 - it was added
in 3.1]
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