|
@@ -179,7 +179,7 @@ int __cpu_up(unsigned int cpu, struct task_struct *idle)
|
|
* This is the secondary CPU boot entry. We're using this CPUs
|
|
* This is the secondary CPU boot entry. We're using this CPUs
|
|
* idle thread stack, but a set of temporary page tables.
|
|
* idle thread stack, but a set of temporary page tables.
|
|
*/
|
|
*/
|
|
-asmlinkage void secondary_start_kernel(void)
|
|
|
|
|
|
+asmlinkage notrace void secondary_start_kernel(void)
|
|
{
|
|
{
|
|
u64 mpidr = read_cpuid_mpidr() & MPIDR_HWID_BITMASK;
|
|
u64 mpidr = read_cpuid_mpidr() & MPIDR_HWID_BITMASK;
|
|
struct mm_struct *mm = &init_mm;
|
|
struct mm_struct *mm = &init_mm;
|