diff options
Diffstat (limited to 'kernel/arch/um/include/asm/smp.h')
-rw-r--r-- | kernel/arch/um/include/asm/smp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/arch/um/include/asm/smp.h b/kernel/arch/um/include/asm/smp.h new file mode 100644 index 000000000..9c3be355e --- /dev/null +++ b/kernel/arch/um/include/asm/smp.h @@ -0,0 +1,6 @@ +#ifndef __UM_SMP_H +#define __UM_SMP_H + +#define hard_smp_processor_id() 0 + +#endif |