2010-02-22 02:46:23 +01:00
|
|
|
#include <linux/linkage.h>
|
|
|
|
#include <linux/init.h>
|
|
|
|
|
2012-08-16 11:31:50 +02:00
|
|
|
#include "sleep.h"
|
2012-02-10 00:47:45 +01:00
|
|
|
|
2010-02-22 02:46:23 +01:00
|
|
|
.section ".text.head", "ax"
|
2013-01-04 10:32:22 +01:00
|
|
|
|
2010-02-22 02:46:23 +01:00
|
|
|
ENTRY(tegra_secondary_startup)
|
2013-07-03 11:50:37 +02:00
|
|
|
check_cpu_part_num 0xc09, r8, r9
|
|
|
|
bleq v7_invalidate_l1
|
2010-02-22 02:46:23 +01:00
|
|
|
b secondary_startup
|
|
|
|
ENDPROC(tegra_secondary_startup)
|