Skip to content
Snippets Groups Projects
Commit dd1e4bc5 authored by Eric Barton's avatar Eric Barton
Browse files

* Removed lingering RHness

parent f9c62448
No related branches found
No related tags found
No related merge requests found
...@@ -1686,7 +1686,7 @@ int ksocknal_scheduler (void *arg) ...@@ -1686,7 +1686,7 @@ int ksocknal_scheduler (void *arg)
#if (CONFIG_SMP && CPU_AFFINITY) #if (CONFIG_SMP && CPU_AFFINITY)
if ((cpu_online_map & (1 << id)) != 0) { if ((cpu_online_map & (1 << id)) != 0) {
#if 0 #if 1
current->cpus_allowed = (1 << id); current->cpus_allowed = (1 << id);
#else #else
set_cpus_allowed (current, 1<<id); set_cpus_allowed (current, 1<<id);
......
...@@ -1686,7 +1686,7 @@ int ksocknal_scheduler (void *arg) ...@@ -1686,7 +1686,7 @@ int ksocknal_scheduler (void *arg)
#if (CONFIG_SMP && CPU_AFFINITY) #if (CONFIG_SMP && CPU_AFFINITY)
if ((cpu_online_map & (1 << id)) != 0) { if ((cpu_online_map & (1 << id)) != 0) {
#if 0 #if 1
current->cpus_allowed = (1 << id); current->cpus_allowed = (1 << id);
#else #else
set_cpus_allowed (current, 1<<id); set_cpus_allowed (current, 1<<id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment