Guest User

Untitled

a guest
Dec 12th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1.  
  2. diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile
  3. index cd28aae..275abfc 100644
  4. --- a/drivers/xen/Makefile
  5. +++ b/drivers/xen/Makefile
  6. @@ -8,10 +8,10 @@ obj-y += xenbus/
  7. nostackp := $(call cc-option, -fno-stack-protector)
  8. CFLAGS_features.o := $(nostackp)
  9.  
  10. -obj-$(CONFIG_XEN_DOM0) += $(dom0-y)
  11. dom0-$(CONFIG_PCI) += pci.o
  12. dom0-$(CONFIG_ACPI) += acpi.o
  13. dom0-$(CONFIG_X86) += pcpu.o
  14. +obj-$(CONFIG_XEN_DOM0) += $(dom0-y)
  15. obj-$(CONFIG_BLOCK) += biomerge.o
  16. obj-$(CONFIG_XEN_XENCOMM) += xencomm.o
  17. obj-$(CONFIG_XEN_BALLOON) += xen-balloon.o
  18. diff --git a/drivers/xen/events.c b/drivers/xen/events.c
  19. index 8672211..058dc27 100644
  20. --- a/drivers/xen/events.c
  21. +++ b/drivers/xen/events.c
  22. @@ -1802,7 +1802,7 @@ void xen_callback_vector(void)
  23. void xen_callback_vector(void) {}
  24. #endif
  25.  
  26. -void xen_init_IRQ(void)
  27. +void __init xen_init_IRQ(void)
  28. {
  29. int i;
Add Comment
Please, Sign In to add comment