[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] [patch] undefined init_irq_proc



Hi list,

here is a small patch to add init_irq_proc() to
arch/microblaze/kernel/irq.c.

this is needed if you configure your kernel with proc fs and sysctl
support on.

if people are interested adding the contents of /proc/irq, please do.

regards,
--
         yashi

Index: irq.c
===================================================================
RCS file: /var/cvs/uClinux-2.4.x/arch/microblaze/kernel/irq.c,v
retrieving revision 1.2
diff -u -r1.2 irq.c
--- irq.c	4 Aug 2003 17:58:37 -0000	1.2
+++ irq.c	17 May 2004 07:28:21 -0000
@@ -735,3 +735,10 @@
 		base_irq++;
 	}
 }
+
+#if defined(CONFIG_PROC_FS) && defined(CONFIG_SYSCTL)
+void init_irq_proc(void)
+{
+}
+#endif
+
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/