Skip to content
Commit 431ceb83 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86: fix TSC build error on 32bit



Dave Hansen reported a build error on 32bit which went unnoticed
as newer gcc versions seem to optimize unused static functions
away before compiling them.

Make vread_tsc() depend on CONFIG_X86_64

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent b9d2252c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment