Re: 2.6.9-rc3-mm2

From: Karsten Wiese
Date: Mon Oct 04 2004 - 05:40:26 EST


Hi Andrew,

this lets it compile here:

>>>>
--- arch/i386/kernel/irq.c_rc3 2004-10-04 12:00:57.000000000 +0200
+++ arch/i386/kernel/irq.c 2004-10-04 12:34:30.000000000 +0200
@@ -199,6 +199,7 @@

atomic_t irq_err_count;

+#ifdef CONFIG_4KSTACKS
int is_irq_stack_ptr(struct task_struct *task, void *p)
{
unsigned long off;
@@ -213,7 +214,7 @@

return 0;
}
-
+#endif
/*
* /proc/interrupts printing:
*/
<<<<

Best regards,
Karsten
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/