* K.R. Foley <[email protected]> wrote:
> Just had an opportunity to check this. Everything does indeed seem to
> be working OK with this disabled. No lock up messages, no perceived
> problems.
btw., you have this enabled in your config:
CONFIG_DEBUG_RT_LOCKING_MODE=y
this causes old-style spinlocking to be activated by default. I.e. you
dont get most of the benefits of PREEMPT_RT. You can reactivate it via:
echo 1 > /proc/sys/kernel/preempt_locks
but obviously this runtime flag involves some runtime overhead in the
locking code. This .config option is mainly meant to enable the
measurement of the locking overhead of PREEMPT_RT, and to debug boot
problems that might be related to PREEMPT_RT locking. So you'd almost
always want to run with DEBUG_RT_LOCKING_MODE turned off.
Ingo
-
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/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]