ARM: sirf: enable multiplatform support

All the prerequisites are there now, so we can move sirf into multiplatform.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Arnd Bergmann
2013-03-19 17:45:37 +01:00
szülő 275786b71d
commit cf82e0e405
13 fájl változott, egészen pontosan 18 új sor hozzáadva és 173 régi sor törölve

Fájl megtekintése

@@ -13,6 +13,9 @@
#include <asm/mach/time.h>
#include <asm/exception.h>
#define SIRFSOC_VA_BASE _AC(0xFEC00000, UL)
#define SIRFSOC_VA(x) (SIRFSOC_VA_BASE + ((x) & 0x00FFF000))
extern struct smp_operations sirfsoc_smp_ops;
extern void sirfsoc_secondary_startup(void);
extern void sirfsoc_cpu_die(unsigned int cpu);