2013/1/23 Sedat Dilek <[email protected]>: >> So CONFIG_SOMETHING doesn't work when it's a module. Hence we need to >> remove the ifdef CONFIG_KVM around guest_enter(), guest_exit(), >> vtime_guest_enter() and vtime_guest_exit(). Also it seems we need >> <linux/export.h> in context_tracking.c > > You mean sth. like this?
Almost. vtime_guest_enter/exit don't need to be exported because they are not referenced by module code: guest_enter/exit are builtin code. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

