]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/cpu/mpc86xx/traps.c
powerpc: get rid of addr_probe()
[u-boot] / arch / powerpc / cpu / mpc86xx / traps.c
index 92fb537453b5f6412c259acb033e018b69b78512..da74146844f4380f37cb4f0c5d97114537081704 100644 (file)
@@ -195,13 +195,3 @@ void UnknownException(struct pt_regs *regs)
               regs->nip, regs->msr, regs->trap);
        _exception(0, regs);
 }
-
-/*
- * Probe an address by reading.
- * If not present, return -1,
- * otherwise return 0.
- */
-int addr_probe(uint *addr)
-{
-       return 0;
-}