summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc8xx/traps.c
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2017-07-13 13:09:46 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-23 02:22:48 (GMT)
commit0819450fdd1160462f7a67af055618029857e204 (patch)
treedb65186ef633e6066580af1dba9578890c97da34 /arch/powerpc/cpu/mpc8xx/traps.c
parent7a0a550c7f0cc1ca1e510c47c45e474122789bd6 (diff)
downloadu-boot-fsl-qoriq-0819450fdd1160462f7a67af055618029857e204.tar.xz
powerpc: get rid of addr_probe()
This function has never been used, at least since the beginning of the git repository Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Diffstat (limited to 'arch/powerpc/cpu/mpc8xx/traps.c')
-rw-r--r--arch/powerpc/cpu/mpc8xx/traps.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/traps.c b/arch/powerpc/cpu/mpc8xx/traps.c
index 8b8d617..ebf4e41 100644
--- a/arch/powerpc/cpu/mpc8xx/traps.c
+++ b/arch/powerpc/cpu/mpc8xx/traps.c
@@ -155,11 +155,3 @@ void DebugException(struct pt_regs *regs)
printf("Debugger trap at @ %lx\n", regs->nip);
show_regs(regs);
}
-
-/* Probe an address by reading. If not present, return -1, otherwise
- * return 0.
- */
-int addr_probe(uint *addr)
-{
- return 0;
-}