diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-15 16:24:45 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-03-24 09:29:11 -0500 |
commit | 39ff1d4dc5e413c1832c300d35092fbcb55cce92 (patch) | |
tree | dfb4a8f6e09fe5e6dd5986a41e490a404990b39e /net | |
parent | eb9003962f4e3b3b3a52c7396d9380bbb51d207c (diff) |
net-ipv4-route-use-locks-on-up-rt.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 94cdbc55ca7e..5cb9301bb28c 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c @@ -251,7 +251,7 @@ struct rt_hash_bucket { }; #if defined(CONFIG_SMP) || defined(CONFIG_DEBUG_SPINLOCK) || \ - defined(CONFIG_PROVE_LOCKING) + defined(CONFIG_PROVE_LOCKING) || defined(CONFIG_PREEMPT_RT_FULL) /* * Instead of using one spinlock for each rt_hash_bucket, we use a table of spinlocks * The size of this table is a power of two and depends on the number of CPUS. |