aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorJames Bottomley <james.bottomley@steeleye.com>2005-01-14 23:15:41 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-14 23:15:41 -0800
commitb6aff4aa539a7be12c970cd8b52767a60572bfd5 (patch)
tree14b532ac3f13eee0f878db071893f935743ac25b /kernel
parent22afd83baa64b9fc102b8bacc71364d816e297d0 (diff)
downloadhistory-b6aff4aa539a7be12c970cd8b52767a60572bfd5.tar.gz
[PATCH] generic irq code missing export of probe_irq_mask()
Matthew Wilcox just converted parisc over to doing the generic irq code and we ran across the symbol probe_irq_mask being undefined (and thus preventing yenta_socket from loading). It looks like the EXPORT_SYMBOL() was accidentally missed from kernel/irq/autoprobe.c and no-one noticed on x86 because it's still in i386_ksyms.c This patch corrects the problem so that the generic irq code now works completely on parisc. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/irq/autoprobe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/irq/autoprobe.c b/kernel/irq/autoprobe.c
index 16818726cd214e..98d62d8efeaf93 100644
--- a/kernel/irq/autoprobe.c
+++ b/kernel/irq/autoprobe.c
@@ -137,6 +137,7 @@ unsigned int probe_irq_mask(unsigned long val)
return mask & val;
}
+EXPORT_SYMBOL(probe_irq_mask);
/**
* probe_irq_off - end an interrupt autodetect