[PATCH] duplicate zap_rt_locks in preempt-realtime-core.patch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Steven,

It looks like patch was over-eager and gave you two copies of
zap_rt_locks() within preempt-realtime-core.patch  -- I've increased
the context so you can see the dup without going to compare against
the original.

Thanks,
Paul.

diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index 1f90d41..0931614 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -222,18 +222,12 @@ extern void __attribute__((format(printf, 1, 2)))
 #ifdef CONFIG_PREEMPT_RT
 extern void zap_rt_locks(void);
 #else
 # define zap_rt_locks() do { } while (0)
 #endif
 
-#ifdef CONFIG_PREEMPT_RT
-extern void zap_rt_locks(void);
-#else
-# define zap_rt_locks() do { } while (0)
-#endif
-
 unsigned long int_sqrt(unsigned long);
 
 static inline void console_silent(void)
 {
 	console_loglevel = 0;
 }


--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [RT Stable]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux