• Paul Mackerras's avatar
    [PATCH] ppc64: Fix RAS irq handlers · 1ffdc2aa
    Paul Mackerras authored
    On pSeries systems, the firmware tells us a list of interrupt numbers
    that we should enable in order to detect various error conditions.
    When we get one of these interrupts we are supposed to call the
    firmware, which will work out and tell us what the error was and
    possibly also fix it.
    
    We were not correctly parsing the property values that tell us which
    interrupts need to be handled in this fashion.  This patch fixes it.
    It exports prom_n_intr_cells from prom.c since that is needed to do
    the parsing properly.
    Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    1ffdc2aa
prom.h 7.36 KB