Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24044
b: refs/heads/master
c: 3c30b06
h: refs/heads/master
v: v3
  • Loading branch information
Con Kolivas authored and Linus Torvalds committed Mar 26, 2006
1 parent ae3b499 commit faa3258
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 2ff28e22bdb8727fbc7d7889807bc5a73aae56c5
refs/heads/master: 3c30b06df404c8892c225a99ecfd3f02789c0513
6 changes: 5 additions & 1 deletion trunk/include/linux/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ void smp_prepare_boot_cpu(void);
*/
#define raw_smp_processor_id() 0
#define hard_smp_processor_id() 0
#define smp_call_function(func,info,retry,wait) ({ 0; })
static inline int up_smp_call_function(void)
{
return 0;
}
#define smp_call_function(func,info,retry,wait) (up_smp_call_function())
#define on_each_cpu(func,info,retry,wait) \
({ \
local_irq_disable(); \
Expand Down

0 comments on commit faa3258

Please sign in to comment.