]> git.baikalelectronics.ru Git - kernel.git/commit
xen: move features.c from arch/x86/xen/features.c to drivers/xen
authorIsaku Yamahata <yamahata@valinux.co.jp>
Wed, 2 Apr 2008 17:53:54 +0000 (10:53 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 24 Apr 2008 21:57:32 +0000 (23:57 +0200)
commit0f8e8399204dfe50d6dc00f29e760961fc7fd597
tree291b77deb0ad3f6fe83e8f77d8b0cfd553d07924
parentbc490147aca3e6d8cf2bd50d81313af560da7b55
xen: move features.c from arch/x86/xen/features.c to drivers/xen

ia64/xen also uses it too. Move it into common place so that
ia64/xen can share the code.

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/features.c [deleted file]
drivers/xen/Makefile
drivers/xen/features.c [new file with mode: 0644]