cpu: Add MPC83xx CPU driver
[platform/kernel/u-boot.git] / arch / powerpc / include / asm / processor.h
index 6fbe8c4..f97ce48 100644 (file)
@@ -1325,7 +1325,9 @@ void ll_puts(const char *);
 /* In misc.c */
 void _nmask_and_or_msr(unsigned long nmask, unsigned long or_val);
 
+#ifndef CONFIG_CPU_MPC83XX
 int prt_83xx_rsr(void);
+#endif
 
 #endif /* ndef ASSEMBLY*/