Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262342
b: refs/heads/master
c: aadcec0
h: refs/heads/master
v: v3
  • Loading branch information
Nicholas Bellinger committed Jul 27, 2011
1 parent 5d92c21 commit 46ad33a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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: 7bbb654e9c77a8692425dbd2c704ad245b86ec8a
refs/heads/master: aadcec010127a20599500c7007fbe9998744be41
7 changes: 6 additions & 1 deletion trunk/drivers/target/iscsi/iscsi_target.c
Original file line number Diff line number Diff line change
Expand Up @@ -3468,7 +3468,12 @@ static inline void iscsit_thread_check_cpumask(
}

#else
#define iscsit_thread_get_cpumask(X) ({})

void iscsit_thread_get_cpumask(struct iscsi_conn *conn)
{
return;
}

#define iscsit_thread_check_cpumask(X, Y, Z) ({})
#endif /* CONFIG_SMP */

Expand Down

0 comments on commit 46ad33a

Please sign in to comment.