Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103690
b: refs/heads/master
c: fb65a7c
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jul 20, 2008
1 parent eaadd98 commit 0baeb4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 175f9c1bba9b825d22b142d183c9e175488b260c
refs/heads/master: fb65a7c091529bfffb1262515252c0d0f6241c5c
10 changes: 0 additions & 10 deletions trunk/net/iucv/iucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,12 +523,8 @@ static int iucv_enable(void)
rc = -EIO;
get_online_cpus();
for_each_online_cpu(cpu)
<<<<<<< HEAD:net/iucv/iucv.c
smp_call_function_single(cpu, iucv_declare_cpu, NULL, 0, 1);
=======
smp_call_function_single(cpu, iucv_declare_cpu, NULL, 1);
preempt_enable();
>>>>>>> 5b664cb235e97afbf34db9c4d77f08ebd725335e:net/iucv/iucv.c
if (cpus_empty(iucv_buffer_cpumask))
/* No cpu could declare an iucv buffer. */
goto out_path;
Expand All @@ -551,13 +547,7 @@ static int iucv_enable(void)
*/
static void iucv_disable(void)
{
<<<<<<< HEAD:net/iucv/iucv.c
get_online_cpus();
on_each_cpu(iucv_retrieve_cpu, NULL, 0, 1);
put_online_cpus();
=======
on_each_cpu(iucv_retrieve_cpu, NULL, 1);
>>>>>>> 5b664cb235e97afbf34db9c4d77f08ebd725335e:net/iucv/iucv.c
kfree(iucv_path_table);
}

Expand Down

0 comments on commit 0baeb4d

Please sign in to comment.