|
@@ -160,8 +160,10 @@ static ssize_t __init setup_pcpu_remap(size_t static_size)
|
|
/*
|
|
/*
|
|
* If large page isn't supported, there's no benefit in doing
|
|
* If large page isn't supported, there's no benefit in doing
|
|
* this. Also, on non-NUMA, embedding is better.
|
|
* this. Also, on non-NUMA, embedding is better.
|
|
|
|
+ *
|
|
|
|
+ * NOTE: disabled for now.
|
|
*/
|
|
*/
|
|
- if (!cpu_has_pse || !pcpu_need_numa())
|
|
|
|
|
|
+ if (true || !cpu_has_pse || !pcpu_need_numa())
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
|
|
|
|
/*
|
|
/*
|