Skip to content
Commit c5f66596 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Provide nice way to access boot CPU's data.



boot_cpu_data is used the same as current_cpu_data but returns the CPU
data for CPU 0.  This means it doesn't have to use smp_processor_id()
thus no need to disable preemption.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 7cc4fa1e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment