ChangeSet 1.2231.1.55, 2005/03/28 19:31:58-08:00, [EMAIL PROTECTED]

        [PATCH] x86_64: Fix compilation with CONFIG_PROC_FS=n
        
        Fix compilation with CONFIG_PROC_FS=n
        
        Pointed out by Randy Dunlap
        
        Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 quirks.c |    2 ++
 1 files changed, 2 insertions(+)


diff -Nru a/arch/i386/kernel/quirks.c b/arch/i386/kernel/quirks.c
--- a/arch/i386/kernel/quirks.c 2005-03-28 21:18:33 -08:00
+++ b/arch/i386/kernel/quirks.c 2005-03-28 21:18:33 -08:00
@@ -37,7 +37,9 @@
                irqbalance_disable("");
 #endif
                noirqdebug_setup("");
+#ifdef CONFIG_PROC_FS
                no_irq_affinity = 1;
+#endif
        }
 
        config &= ~0x2;
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to