···2323#include <asm/mipsregs.h>2424#include <asm/system.h>2525#include <asm/watch.h>2626-2626+#include <asm/spram.h>2727/*2828 * Not all of the MIPS CPUs have the "wait" instruction available. Moreover,2929 * the implementation of the "wait" feature differs between CPU families. This···710710711711 mips_probe_watch_registers(c);712712}713713-714714-#ifdef CONFIG_CPU_MIPSR2715715-extern void spram_config(void);716716-#else717717-static inline void spram_config(void) {}718718-#endif719713720714static inline void cpu_probe_mips(struct cpuinfo_mips *c, unsigned int cpu)721715{