summaryrefslogtreecommitdiff
path: root/proto_mpls_unicast.c
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2016-08-12 01:42:24 +0300
committerTobias Klauser <tklauser@distanz.ch>2016-08-12 09:22:51 +0200
commit355bbe1b1e7fe1b0ab07fe2de8cb6e64418d51e0 (patch)
tree2b4b69205c164a30570af414f79df3726a44c1bc /proto_mpls_unicast.c
parent4651ad352e6afabea33ed46bca9fa49fab528d09 (diff)
colorize: Squash colorize macros into colors.h
Move colorize_xxx macroes to colors.h, the reason is to have one file for coloring stuff and have less files in the source tree. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'proto_mpls_unicast.c')
0 files changed, 0 insertions, 0 deletions
te_set_policy() clear the CPU's utilization update hook before updating the policy attributes for it (and set the hook again after doind that), but that involves invoking synchronize_sched() and adds overhead to the CPU notifications mentioned above and to the sched-RCU handling in general. That extra overhead is arguably not necessary, because updating policy attributes when the CPU's utilization update hook is active should not lead to any adverse effects, so drop the clearing of the hook from intel_pstate_set_policy() and make it check if the hook has been set already when attempting to set it. Fixes: bb6ab52f2bef (intel_pstate: Do not set utilization update hook too early) Reported-by: Jisheng Zhang <jszhang@marvell.com> Tested-by: Jisheng Zhang <jszhang@marvell.com> Tested-by: Doug Smythies <dsmythies@telus.net> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/devicetree/bindings/ufs')