Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/smp.h>
#include <linux/spinlock.h>
#include <linux/io.h>
#include <linux/delay.h>
#include <mach/common.h>
#include <mach/r8a7779.h>
#include <asm/smp_plat.h>
#include <asm/smp_scu.h>
#include <asm/smp_twd.h>
#include <asm/hardware/gic.h>
Go to the source code of this file.
Macros | |
#define | AVECR IOMEM(0xfe700040) |
Variables | |
struct smp_operations r8a7779_smp_ops | __initdata |
#define AVECR IOMEM(0xfe700040) |
Definition at line 33 of file smp-r8a7779.c.
struct smp_operations r8a7779_smp_ops __initdata |
Definition at line 186 of file smp-r8a7779.c.