summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorValentin Schneider <valentin.schneider@arm.com>2019-09-23 15:36:14 +0100
committerGuo Ren <ren_guo@c-sky.com>2019-09-30 11:49:47 +0800
commita2139d3b4fd7ef26a363a1b1eb6cd55be2c1bcd1 (patch)
tree5fda9e52e3217670fa16135ee2d3da44c6f7d89c /tools/perf/scripts/python/libxed.py
parent3a09d8e2893b2403a043890e5832966e8640feaf (diff)
downloadkernel-a2139d3b4fd7ef26a363a1b1eb6cd55be2c1bcd1.tar.gz
csky: entry: Remove unneeded need_resched() loop
Since the enabling and disabling of IRQs within preempt_schedule_irq() is contained in a need_resched() loop, we don't need the outer arch code loop. Signed-off-by: Valentin Schneider <valentin.schneider@arm.com> Signed-off-by: Guo Ren <guoren@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
pan>rhashtable: use get_random_u32 for hash_rndJason A. Donenfeld 2017-05-08lib/rhashtable.c: simplify a strange allocation patternMichal Hocko 2017-05-01rhashtable: compact struct rhashtable_paramsFlorian Westphal 2017-04-28rhashtable: Do not lower max_elems when max_size is zeroHerbert Xu 2017-04-27rhashtable: Cap total number of entries to 2^31Herbert Xu 2017-04-26rhashtable: remove insecure_max_entries paramFlorian Westphal 2017-04-18rhashtable: remove insecure_elasticityFlorian Westphal 2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar 2017-02-26rhashtable: Fix RCU dereference annotation in rht_bucket_nestedHerbert Xu 2017-02-26rhashtable: Fix use before NULL check in bucket_table_freeHerbert Xu 2017-02-17rhashtable: Add nested tablesHerbert Xu