From: Jon Loeliger Date: Wed, 31 May 2006 15:07:28 +0000 (-0500) Subject: Remove dead debug code. X-Git-Tag: v2008.10-rc1~1125^2~1^2~58^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2a941de060350ad15878d8219825f4950e9bb8e;p=platform%2Fkernel%2Fu-boot.git Remove dead debug code. Signed-off-by: Jon Loeliger --- diff --git a/cpu/mpc86xx/cpu.c b/cpu/mpc86xx/cpu.c index e21b051..504ba62 100644 --- a/cpu/mpc86xx/cpu.c +++ b/cpu/mpc86xx/cpu.c @@ -35,28 +35,6 @@ #include "../board/mpc8641hpcn/pixis.h" -static __inline__ unsigned long get_dbat3u (void) -{ - unsigned long dbat3u; - asm volatile("mfspr %0, 542" : "=r" (dbat3u) :); - return dbat3u; -} - -static __inline__ unsigned long get_dbat3l (void) -{ - unsigned long dbat3l; - asm volatile("mfspr %0, 543" : "=r" (dbat3l) :); - return dbat3l; -} - -static __inline__ unsigned long get_msr (void) -{ - unsigned long msr; - asm volatile("mfmsr %0" : "=r" (msr) :); - return msr; -} - - int checkcpu (void) { sys_info_t sysinfo; @@ -141,8 +119,6 @@ int checkcpu (void) } -/* -------------------------------------------------------------------- */ - static inline void soft_restart(unsigned long addr) {