commit | 4fcc50abdffb517cee36cec9cb22138d84fb62d0 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Sun Nov 09 08:10:03 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Nov 09 21:05:43 2008 +0100 |
tree | 1d6a68716ab51aa09188d2e200127e294b6d1d39 | |
parent | cb9e35dce94a1b9c59d46224e8a94377d673e204 [diff] |
x86: clean up vget_cycles() 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>