mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
CRIS: Allow arch dependent delay to override common version.
This commit is contained in:
parent
151f639830
commit
b43890af88
@ -13,10 +13,13 @@
|
||||
|
||||
extern unsigned long loops_per_usec; /* arch/cris/mm/init.c */
|
||||
|
||||
/* May be defined by arch/delay.h. */
|
||||
#ifndef udelay
|
||||
static inline void udelay(unsigned long usecs)
|
||||
{
|
||||
__delay(usecs * loops_per_usec);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* defined(_CRIS_DELAY_H) */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user