]>
Git Repo - J-u-boot.git/blobdiff - cpu/mpc85xx/cpu_init.c
#include <asm/io.h>
#include <asm/mmu.h>
#include <asm/fsl_law.h>
+#include "mp.h"
DECLARE_GLOBAL_DATA_PTR;
qe_reset();
#endif
+#if defined(CONFIG_MP)
+ setup_mp();
+#endif
return 0;
}
This page took 0.0258 seconds and 4 git commands to generate.