These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / x86 / boot / compressed / aslr.c
index d7b1f65..6a9b96b 100644 (file)
@@ -82,7 +82,7 @@ static unsigned long get_random_long(void)
 
        if (has_cpuflag(X86_FEATURE_TSC)) {
                debug_putstr(" RDTSC");
-               rdtscll(raw);
+               raw = rdtsc();
 
                random ^= raw;
                use_i8254 = false;