linux/arch/powerpc/platforms/86xx
Michael Ellerman e7a57273c6 powerpc: Allow create_branch() to return errors
Currently create_branch() creates a branch instruction for you, and
patches it into the call site.  In some circumstances it would be nice
to be able to create the instruction and patch it later, and also some
code might want to check for errors in the branch creation before
doing the patching.  A future commit will change create_branch() to
check for errors.

For callers that don't care, replace create_branch() with
patch_branch(), which just creates the branch and patches it directly.

While we're touching all the callers, change to using unsigned int *,
as this seems to match usage better.  That allows (and requires) us to
remove the volatile in the definition of vector in powermac/smp.c and
mpc86xx_smp.c, that's correct because now that we're passing vector as
an unsigned int * the compiler knows that it's value might change
across the patch_branch() call.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Acked-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2008-07-01 11:28:19 +10:00
..
Kconfig [RAPIDIO] Add RapidIO option to kernel configuration 2008-04-29 19:40:27 +10:00
Makefile [POWERPC] 86xx: Add support for Wind River SBC8641D board 2008-04-17 01:01:40 -05:00
mpc86xx.h [POWERPC] Rewrite Freescale PCI/PCIe support for 8{3,5,6}xx 2007-07-23 10:27:07 -05:00
mpc86xx_hpcn.c [RAPIDIO] Add RapidIO node probing into MPC86xx_HPCN board id table 2008-04-29 19:40:29 +10:00
mpc86xx_smp.c powerpc: Allow create_branch() to return errors 2008-07-01 11:28:19 +10:00
mpc8610_hpcd.c [POWERPC] 86xx: Enable MSI support for MPC8610HPCD board 2008-06-02 14:44:24 -05:00
sbc8641d.c [POWERPC] 86xx: Add support for Wind River SBC8641D board 2008-04-17 01:01:40 -05:00