]> git.baikalelectronics.ru Git - kernel.git/commit
bus: brcmstb_gisb: register the fault code hook
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 18 Sep 2014 19:32:10 +0000 (12:32 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 20 Oct 2014 19:44:42 +0000 (12:44 -0700)
commitd02b934ef0909400b14f2a01bd0f3765cb969272
tree0c92e232fcd90be3cf369213d5633146e8232ab4
parent66fc2f94b4000816cc1fe75bb67933627ec1917a
bus: brcmstb_gisb: register the fault code hook

Commit 54a0cdb7c396a6 ("bus: add Broadcom GISB bus arbiter timeout/error
handler") added everything that is required to register an ARM fault
handler for imprecise external aborts, except that there is nothing
calling this currently.

We do not need to export that specific function and have to update
arch/arm/mach-bcm/brcmstb.c to call it, simply, register the fault
handler during the probe() function of the driver.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
drivers/bus/brcmstb_gisb.c