#include <linux/stddef.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <asm/code-patching.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/pci-bridge.h>
#include <asm/mpic.h>
#include <asm/cacheflush.h>
#include <sysdev/fsl_soc.h>
#include "mpc86xx.h"
Go to the source code of this file.
#define MCM_PORT_CONFIG_OFFSET 0x10 |
#define MPC86xx_MCM_OFFSET (0x1000) |
#define MPC86xx_MCM_SIZE (0x1000) |
Initial value:= {
.message_pass = smp_mpic_message_pass,
.probe = smp_mpic_probe,
.kick_cpu = smp_86xx_kick_cpu,
.setup_cpu = smp_86xx_setup_cpu,
}
Definition at line 107 of file mpc86xx_smp.c.