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>
arch/x86/kernel/mpparse.c
arch/x86/lib/memcpy_64.S

index 5a532ce..ef59817 100644 (file)
@@ -718,14 +718,12 @@ static void __init check_irq_src(struct mpc_intsrc *m, int *nr_m_spare)
 static int
 check_slot(unsigned long mpc_new_phys, unsigned long mpc_new_length, int count)
 {
-       int ret = 0;
-
        if (!mpc_new_phys || count <= mpc_new_length) {
                WARN(1, "update_mptable: No spare slots (length: %x)\n", count);
                return -1;
        }
 
-       return ret;
+       return 0;
 }
 #else /* CONFIG_X86_IO_APIC */
 static
index 75ef61e..2a560bb 100644 (file)
@@ -49,7 +49,7 @@ ENTRY(memcpy)
        jb .Lhandle_tail
 
        /*
-        * We check whether memory false dependece could occur,
+        * We check whether memory false dependence could occur,
         * then jump to corresponding copy mode.
         */
        cmp  %dil, %sil