X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fcpu%2Fmpc85xx%2Ftraps.c;h=9d3556e50c58a024752005ab54a3b40bba9f8f55;hb=9920d151c4b22540a937c4225020069c583a7fad;hp=24adbc3078f5d2b77926fa2f759051475d9e538d;hpb=e38661634b3d60af80d85ce9eb570a45db4729ca;p=oweals%2Fu-boot.git diff --git a/arch/powerpc/cpu/mpc85xx/traps.c b/arch/powerpc/cpu/mpc85xx/traps.c index 24adbc3078..9d3556e50c 100644 --- a/arch/powerpc/cpu/mpc85xx/traps.c +++ b/arch/powerpc/cpu/mpc85xx/traps.c @@ -286,11 +286,3 @@ void DebugException(struct pt_regs *regs) do_bedbug_breakpoint( regs ); #endif } - -/* Probe an address by reading. If not present, return -1, otherwise - * return 0. - */ -int addr_probe(uint *addr) -{ - return 0; -}