remarkable-linux/arch/um/include/asm/smp.h
Richard Weinberger 28fa468f53 um: Remove broken SMP support
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>
2015-04-13 21:00:58 +02:00

7 lines
82 B
C

#ifndef __UM_SMP_H
#define __UM_SMP_H
#define hard_smp_processor_id() 0
#endif