diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-06-06 23:51:15 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-06-09 16:36:47 +0200 |
commit | c7f3d43b629b598a2bb9ec3524e844eae7492e7e (patch) | |
tree | e386fce90b6443a125a7d0ff55c70e787861e9d3 /lib/vdso | |
parent | d8ad6d39c35d2b44b3d48b787df7f3359381dcbf (diff) | |
download | linux-c7f3d43b629b598a2bb9ec3524e844eae7492e7e.tar.bz2 |
clocksource: Remove obsolete ifdef
CONFIG_GENERIC_VDSO_CLOCK_MODE was a transitional config switch which got
removed after all architectures got converted to the new storage model.
But the removal forgot to remove the #ifdef which guards the
vdso_clock_mode sanity check, which effectively disables the sanity check.
Remove it now.
Fixes: f86fd32db706 ("lib/vdso: Cleanup clock mode storage leftovers")
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Miklos Szeredi <mszeredi@redhat.com>
Cc: stable@vger.kernel.org
Link: https://lkml.kernel.org/r/20200606221531.845475036@linutronix.de
Diffstat (limited to 'lib/vdso')
0 files changed, 0 insertions, 0 deletions