commit | 732d7be17b98ebfd59e5864c3490f19856fa832c | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon Jun 09 17:27:20 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jun 10 15:52:14 2008 +0200 |
tree | 404a3af449d073675312032b6182f9400e64a091 | |
parent | aa83f3f2cfc74d66d01b1d2eb1485ea1103a0f4e [diff] |
x86: use cpuinfo to check for interrupt pending message msr 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>