hrtimer: Remove redundant #ifdef block
authorPratyush Patel <pratyushpatel.1995@gmail.com>
Tue, 1 Mar 2016 17:28:49 +0000 (22:58 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 10 Jun 2016 09:25:35 +0000 (11:25 +0200)
commit86721ab63b61ef1dd7305308e4049f644703decf
treed7cbf656f1b4bbae3a5148791913f8cfcc592335
parentb5227d03b7191a9a44bf75a4c228a6a9ddbe781b
hrtimer: Remove redundant #ifdef block

Only need CONFIG_NO_HZ_COMMON as this block is already in a
CONFIG_SMP block.

Signed-off-by: Pratyush Patel <pratyushpatel.1995@gmail.com>
Link: http://lkml.kernel.org/r/20160301172849.GA18152@cyborg
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/hrtimer.c
This page took 0.029849 seconds and 5 git commands to generate.