]> Git Repo - linux.git/commit
Blackfin: SMP: tweak platform_request_ipi() usage
authorGraf Yang <[email protected]>
Mon, 21 Sep 2009 11:51:31 +0000 (11:51 +0000)
committerMike Frysinger <[email protected]>
Mon, 10 Jan 2011 12:18:13 +0000 (07:18 -0500)
commit75734e660665b9bb5da8fc06beb491b716f9af77
tree7d734fbeacbb6672bc47badbf0f3a534e9a94071
parent71a516adb6f3f178b0a961c55e7da75f8947afa5
Blackfin: SMP: tweak platform_request_ipi() usage

This function takes an irq_handler_t function, but the prototype in
the header doesn't match the function definition.  This is due to the
smp headers needing to avoid circular dependencies.  So change the
function to take a simple pointer.

Signed-off-by: Graf Yang <[email protected]>
Signed-off-by: Mike Frysinger <[email protected]>
arch/blackfin/mach-bf561/include/mach/smp.h
arch/blackfin/mach-bf561/smp.c
arch/blackfin/mach-common/smp.c
This page took 0.059244 seconds and 4 git commands to generate.