Searched hist:"32 c96f7765b881ab1f6ab8ff04b733e4cf157239" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | event_sources.c | 32c96f7765b881ab1f6ab8ff04b733e4cf157239 Tue May 18 17:51:00 CDT 2010 Mark Nelson <markn@au1.ibm.com> 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 <markn@au1.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | pseries.h | diff 32c96f7765b881ab1f6ab8ff04b733e4cf157239 Tue May 18 17:51:00 CDT 2010 Mark Nelson <markn@au1.ibm.com> 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 <markn@au1.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | Makefile | diff 32c96f7765b881ab1f6ab8ff04b733e4cf157239 Tue May 18 17:51:00 CDT 2010 Mark Nelson <markn@au1.ibm.com> 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 <markn@au1.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | ras.c | diff 32c96f7765b881ab1f6ab8ff04b733e4cf157239 Tue May 18 17:51:00 CDT 2010 Mark Nelson <markn@au1.ibm.com> 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 <markn@au1.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|