]> git.baikalelectronics.ru Git - kernel.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)
commit41373a3fae5465cf7aa10769f7556ca4d51167ef
tree91956c150661328c2f1ff344491000cf06d2f60e
parent89a9b1c714737add4e06dc236d811d09bee5d5f4
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