diff options
Diffstat (limited to 'include/asm-sh/smp.h')
-rw-r--r-- | include/asm-sh/smp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sh/smp.h b/include/asm-sh/smp.h index caa7b93f1bce..b99ca786c0c1 100644 --- a/include/asm-sh/smp.h +++ b/include/asm-sh/smp.h @@ -39,4 +39,6 @@ extern struct smp_fn_call_struct smp_fn_call; #endif /* CONFIG_SMP */ +#define hard_smp_processor_id() (0) + #endif /* __ASM_SH_SMP_H */ |