Module: xenomai-2.5 Branch: master Commit: 7e3ca7dffd07299b7c3e324e24f0ac80760d31dc URL: http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=7e3ca7dffd07299b7c3e324e24f0ac80760d31dc
Author: Gilles Chanteperdrix <[email protected]> Date: Wed Jun 29 19:35:30 2011 +0200 hal x86: fix typo in previous commit --- ksrc/arch/x86/hal_32.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ksrc/arch/x86/hal_32.c b/ksrc/arch/x86/hal_32.c index a0948b1..4d08d1b 100644 --- a/ksrc/arch/x86/hal_32.c +++ b/ksrc/arch/x86/hal_32.c @@ -337,7 +337,7 @@ int rthal_arch_init(void) rthal_smi_restore(); return -ENODEV; } -#if LINUX_VERSION_CODE < KERNEL_VERSION(2.6.38) \ +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,38) \ && defined(CONFIG_GENERIC_CLOCKEVENTS) if (nmi_watchdog == NMI_IO_APIC) { printk("Xenomai: NMI kernel watchdog set to NMI_IO_APIC (nmi_watchdog=1).\n" _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
