commit | f72a9ef979c5a828c64deb88ebba743f7d899907 | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Wed Jan 30 13:32:05 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:32:05 2008 +0100 |
tree | 130bdcc79d525bf3620cffbed58d26ac6d369e72 | |
parent | a4746364da0c7caa155cc945a5c10312e7925b46 [diff] |
x86: cleanup write_tsc write_tsc() does not need to be enclosed in any paravirt closure, as it uses wrmsr(). So we rip off the duplicate in msr.h and the definition from paravirt.h Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>