Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14640
b: refs/heads/master
c: 2d0ebb3
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Nov 23, 2005
1 parent 8b84283 commit 3c0718d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 1778d55edb62753a92b979fa57072c2e1ff3d062
refs/heads/master: 2d0ebb36038c0626cde662a3b06da9787cfb68c3
8 changes: 1 addition & 7 deletions trunk/include/linux/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,7 @@ void smp_prepare_boot_cpu(void);
*/
#define raw_smp_processor_id() 0
#define hard_smp_processor_id() 0

static inline int smp_call_function(void (*func) (void *info), void *info,
int retry, int wait)
{
return 0;
}

#define smp_call_function(func,info,retry,wait) ({ 0; })
#define on_each_cpu(func,info,retry,wait) ({ func(info); 0; })
static inline void smp_send_reschedule(int cpu) { }
#define num_booting_cpus() 1
Expand Down

0 comments on commit 3c0718d

Please sign in to comment.