aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen/features.c
AgeCommit message (Collapse)AuthorFilesLines
2008-12-16xen: clean up asm/xen/hypervisor.hJeremy Fitzhardinge1-1/+5
Impact: cleanup hypervisor.h had accumulated a lot of crud, including lots of spurious #includes. Clean it all up, and go around fixing up everything else accordingly. Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
2008-04-24xen: move features.c from arch/x86/xen/features.c to drivers/xenIsaku Yamahata1-0/+29
ia64/xen also uses it too. Move it into common place so that ia64/xen can share the code. Signed-off-by: Isaku Yamahata <[email protected]> Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>