]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/xtensa/kernel/setup.c
xtensa: remove CCOUNT_PER_JIFFY
[karo-tx-linux.git] / arch / xtensa / kernel / setup.c
index 42a8bba0b0ead4235add5133b7e849187641da53..4a8f027ed9ae6f6d1536e2a6e2bd6ebc26e9f41d 100644 (file)
@@ -585,8 +585,8 @@ c_show(struct seq_file *f, void *slot)
                     "bogomips\t: %lu.%02lu\n",
                     XCHAL_BUILD_UNIQUE_ID,
                     XCHAL_HAVE_BE ?  "big" : "little",
-                    CCOUNT_PER_JIFFY/(1000000/HZ),
-                    (CCOUNT_PER_JIFFY/(10000/HZ)) % 100,
+                    ccount_freq/1000000,
+                    (ccount_freq/10000) % 100,
                     loops_per_jiffy/(500000/HZ),
                     (loops_per_jiffy/(5000/HZ)) % 100);