# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1508  -> 1.1509 
#	arch/ia64/kernel/irq.c	1.31    -> 1.32   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/11/24	jbarnes@tomahawk.engr.sgi.com	1.1509
# make noirqdebug default
# --------------------------------------------
#
diff -Nru a/arch/ia64/kernel/irq.c b/arch/ia64/kernel/irq.c
--- a/arch/ia64/kernel/irq.c	Mon Nov 24 12:50:04 2003
+++ b/arch/ia64/kernel/irq.c	Mon Nov 24 12:50:04 2003
@@ -283,7 +283,7 @@
 	}
 }
 
-static int noirqdebug;
+static int noirqdebug = 1;
 
 static int __init noirqdebug_setup(char *str)
 {
