Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79957
b: refs/heads/master
c: 2355188
h: refs/heads/master
i:
  79955: b34670d
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent 2777646 commit 7bf8a68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 675a0813609f9097e323261b1cc4b9dc3f50d40b
refs/heads/master: 2355188570790930718fb72444cddc2959039d9d
4 changes: 2 additions & 2 deletions trunk/include/linux/cpumask.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ int __first_cpu(const cpumask_t *srcp);
int __next_cpu(int n, const cpumask_t *srcp);
#define next_cpu(n, src) __next_cpu((n), &(src))
#else
#define first_cpu(src) 0
#define next_cpu(n, src) 1
#define first_cpu(src) ({ (void)(src); 0; })
#define next_cpu(n, src) ({ (void)(src); 1; })
#endif

#define cpumask_of_cpu(cpu) \
Expand Down

0 comments on commit 7bf8a68

Please sign in to comment.