[MIPS] Make MIPS udelay() preempt safe under DEBUG_PREEMPT
Signed-off-by: Manish Lachwani <mlachwani@mvista.com> Signed-off-by: Deepak Saxena <dsaxena@mvista.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
c9d0696223
commit
83598f1cb0
|
@ -79,7 +79,7 @@ static inline void __udelay(unsigned long usecs, unsigned long lpj)
|
|||
__delay(usecs);
|
||||
}
|
||||
|
||||
#define __udelay_val cpu_data[smp_processor_id()].udelay_val
|
||||
#define __udelay_val cpu_data[raw_smp_processor_id()].udelay_val
|
||||
|
||||
#define udelay(usecs) __udelay((usecs),__udelay_val)
|
||||
|
||||
|
|
Loading…
Reference in New Issue