Merge commit 'v2.6.39-rc6' into x86/cleanups
authorIngo Molnar <mingo@elte.hu>
Sat, 7 May 2011 08:51:38 +0000 (10:51 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 7 May 2011 08:51:48 +0000 (10:51 +0200)
Merge reason: move to a (much) newer upstream base.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
1  2 
arch/x86/kernel/mpparse.c

@@@ -727,8 -725,12 +723,12 @@@ check_slot(unsigned long mpc_new_phys, 
                return -1;
        }
  
 -      return ret;
 +      return 0;
  }
+ #else /* CONFIG_X86_IO_APIC */
+ static
+ inline void __init check_irq_src(struct mpc_intsrc *m, int *nr_m_spare) {}
+ #endif /* CONFIG_X86_IO_APIC */
  
  static int  __init replace_intsrc_all(struct mpc_table *mpc,
                                        unsigned long mpc_new_phys,