The internal define flag is not used by any XSM module, removing the #ifdef leaving the generic event channel labeling as always present.
Signed-off-by: Daniel P. Smith <dpsm...@apertussolutions.com> --- xen/include/xen/sched.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h index 28146ee404..e56690cd2b 100644 --- a/xen/include/xen/sched.h +++ b/xen/include/xen/sched.h @@ -122,13 +122,11 @@ struct evtchn #ifdef CONFIG_XSM union { -#ifdef XSM_NEED_GENERIC_EVTCHN_SSID /* * If an XSM module needs more space for its event channel context, * this pointer stores the necessary data for the security server. */ void *generic; -#endif #ifdef CONFIG_XSM_FLASK /* * Inlining the contents of the structure for FLASK avoids unneeded -- 2.20.1