diff options
Diffstat (limited to 'patches/0036-tracing-Remove-lookups-from-tracing_map-hitcount.patch')
-rw-r--r-- | patches/0036-tracing-Remove-lookups-from-tracing_map-hitcount.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/0036-tracing-Remove-lookups-from-tracing_map-hitcount.patch b/patches/0036-tracing-Remove-lookups-from-tracing_map-hitcount.patch index 39722e6579c3..24e4c9eb2a1c 100644 --- a/patches/0036-tracing-Remove-lookups-from-tracing_map-hitcount.patch +++ b/patches/0036-tracing-Remove-lookups-from-tracing_map-hitcount.patch @@ -14,7 +14,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> --- a/kernel/trace/tracing_map.c +++ b/kernel/trace/tracing_map.c -@@ -535,7 +535,8 @@ static inline struct tracing_map_elt * +@@ -538,7 +538,8 @@ static inline struct tracing_map_elt * if (test_key && test_key == key_hash) { if (entry->val && keys_match(key, entry->val->key, map->key_size)) { |