x86: use cpuinfo to check for interrupt pending message msr
authorThomas Gleixner <tglx@linutronix.de>
Mon, 9 Jun 2008 15:27:20 +0000 (17:27 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 10 Jun 2008 13:52:14 +0000 (15:52 +0200)
Simplify code: no need to do a cpuid(1) again. The cpuinfo structure
has all necessary information already.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found