commit | 751de83c0c94a5235f14cff8549d3b39e745eb2b | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Wed Jan 30 13:31:03 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:31:03 2008 +0100 |
tree | 54e4bd13f15f84d2536c6354894a5643658b6bb0 | |
parent | fe58fc8f40257948c2f9fc5a56863077ce3138f0 [diff] |
x86: unify msr smp funcs The functions under #ifdef CONFIG_SMP in msr.h are the same for both x86_64 and i386, and this patches removes one of them, putting them in a single location 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>