sh: Hook up hard_smp_processor_id() for INTC2 block.
We need to know the CPU ID in order to calculate the mask and ack registers effectively. Stub this in for UP. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user