mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
powerpc: fix deprecated CPU_MASK_CPU0 usage.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
9941a383df
commit
87313df7b4
@ -25,7 +25,7 @@ extern cpumask_t threads_core_mask;
|
||||
#define threads_per_core 1
|
||||
#define threads_per_subcore 1
|
||||
#define threads_shift 0
|
||||
#define threads_core_mask (CPU_MASK_CPU0)
|
||||
#define threads_core_mask (*get_cpu_mask(0))
|
||||
#endif
|
||||
|
||||
/* cpu_thread_mask_to_cores - Return a cpumask of one per cores
|
||||
|
Loading…
x
Reference in New Issue
Block a user