x86: clean up vget_cycles()
authorIngo Molnar <mingo@elte.hu>
Sun, 9 Nov 2008 07:10:03 +0000 (08:10 +0100)
committerIngo Molnar <mingo@elte.hu>
Sun, 9 Nov 2008 20:05:43 +0000 (21:05 +0100)
Impact: remove unused variable

I forgot to remove the now unused "cycles_t cycles" parameter from
vget_cycles() - which triggers build warnings as tsc.h is included
in a number of files.

Remove it.

Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found