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