Philippe Gerum wrote: > Jan Kiszka wrote: >> Hi Philippe, >> >> this patch tries to clarify where to solve SMI-related latencies. Or >> should we even mention the kconfig path? >> > > The name of the config switch involved should be enough, I guess.
What about this? Please apply if it's ok. Jan
Index: ksrc/arch/i386/smi.c
===================================================================
--- ksrc/arch/i386/smi.c (Revision 539)
+++ ksrc/arch/i386/smi.c (Arbeitskopie)
@@ -209,8 +209,9 @@
#else /* ! CONFIG_XENO_HW_SMI_WORKAROUND */
- printk("Xenomai: Intel chipset found and SMI workaround not enabled,\n"
- " you may encounter high interrupt latencies.\n");
+ printk("Xenomai: Intel chipset found but SMI workaround not enabled (check\n"
+ " CONFIG_XENO_HW_SMI_WORKAROUND). You may encounter high\n"
+ " interrupt latencies!\n");
pci_dev_put(dev);
#endif /* ! CONFIG_XENO_HW_SMI_WORKAROUND */
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Xenomai-core mailing list [email protected] https://mail.gna.org/listinfo/xenomai-core
