]> git.baikalelectronics.ru Git - kernel.git/commit
xen: move events.c to drivers/xen for IA64/Xen support
authorIsaku Yamahata <yamahata@valinux.co.jp>
Wed, 2 Apr 2008 17:53:55 +0000 (10:53 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 24 Apr 2008 21:57:32 +0000 (23:57 +0200)
commit5f0d3b6e039eac5a34c62d0a0d1f8055438aaa76
tree41316aa05a218fcce5d619c11a57242c4f488d55
parent0f8e8399204dfe50d6dc00f29e760961fc7fd597
xen: move events.c to drivers/xen for IA64/Xen support

move arch/x86/xen/events.c undedr drivers/xen to share codes
with x86 and ia64. And minor adjustment to compile.
ia64/xen also uses events.c

Signed-off-by: Yaozu (Eddie) Dong <eddie.dong@intel.com>
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/xen/Makefile
arch/x86/xen/events.c [deleted file]
arch/x86/xen/xen-ops.h
drivers/xen/Makefile
drivers/xen/events.c [new file with mode: 0644]
include/xen/xen-ops.h [new file with mode: 0644]