From: Mark Nelson Date: Tue, 18 May 2010 22:51:00 +0000 (+0000) Subject: powerpc/pseries: Make request_ras_irqs() available to other pseries code X-Git-Tag: v2.6.35-rc1~450^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32c96f7765b881ab1f6ab8ff04b733e4cf157239;p=pandora-kernel.git powerpc/pseries: Make request_ras_irqs() available to other pseries code At the moment only the RAS code uses event-sources interrupts (for EPOW events and internal errors) so request_ras_irqs() (which actually requests the event-sources interrupts) is found in ras.c and is static. We want to be able to use event-sources interrupts in other pseries code, so let's rename request_ras_irqs() to request_event_sources_irqs() and move it to event_sources.c. This will be used in an upcoming patch that adds support for IO Event interrupts that come through as event sources. Signed-off-by: Mark Nelson Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed