mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
28fa468f53
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>
7 lines
82 B
C
7 lines
82 B
C
#ifndef __UM_SMP_H
|
|
#define __UM_SMP_H
|
|
|
|
#define hard_smp_processor_id() 0
|
|
|
|
#endif
|