-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
At times where UML used the TT mode to operate it had kind of SMP support. It never got finished nor was stable. Let's rip out that cruft and stop confusing developers which do tree-wide SMP cleanups. If someone wants SMP support UML it has do be done from scratch. Signed-off-by: Richard Weinberger <richard@nod.at>
- Loading branch information
Richard Weinberger
committed
Apr 13, 2015
1 parent
d0b5e15
commit 28fa468
Showing
10 changed files
with
2 additions
and
366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,6 @@ | ||
#ifndef __UM_SMP_H | ||
#define __UM_SMP_H | ||
|
||
#ifdef CONFIG_SMP | ||
|
||
#include <linux/bitops.h> | ||
#include <asm/current.h> | ||
#include <linux/cpumask.h> | ||
|
||
#define raw_smp_processor_id() (current_thread->cpu) | ||
|
||
#define cpu_logical_map(n) (n) | ||
#define cpu_number_map(n) (n) | ||
extern int hard_smp_processor_id(void); | ||
#define NO_PROC_ID -1 | ||
|
||
extern int ncpus; | ||
|
||
|
||
static inline void smp_cpus_done(unsigned int maxcpus) | ||
{ | ||
} | ||
|
||
extern struct task_struct *idle_threads[NR_CPUS]; | ||
|
||
#else | ||
|
||
#define hard_smp_processor_id() 0 | ||
|
||
#endif | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.