aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-04-11 13:19:55 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-04-11 13:19:55 +0100
commit812471f0d1fb3b455297c3f8130e291eade85abf (patch)
tree5731cd269cd67913619bc741953b54429a461788 /xen/arch/x86/Makefile
parentaa3ca83fdad5dca6e898a116cb9b585ed4dd4e09 (diff)
downloadxen-812471f0d1fb3b455297c3f8130e291eade85abf.tar.gz
xen-812471f0d1fb3b455297c3f8130e291eade85abf.tar.bz2
xen-812471f0d1fb3b455297c3f8130e291eade85abf.zip
x86: Emulate accesses to PCI window registers cf8/cfc to synchronise
with accesses by teh hypervisor itself. All users of cf8/cfc go through new access functions which take the appropriate spinlock. Based on a patch by Haitao Shan <haitao.shan@intel.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/arch/x86/Makefile')
-rw-r--r--xen/arch/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile
index 086a7b530f..334a996eb6 100644
--- a/xen/arch/x86/Makefile
+++ b/xen/arch/x86/Makefile
@@ -31,6 +31,7 @@ obj-y += mm.o
obj-y += mpparse.o
obj-y += nmi.o
obj-y += numa.o
+obj-y += pci.o
obj-y += physdev.o
obj-y += rwlock.o
obj-y += setup.o