This will allow it to be built for microwatt out of tree
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
c28086cde8
commit
735ea196dd
|
@ -42,6 +42,8 @@ __attribute__((unused)) static void cdelay(int i)
|
|||
__asm__ volatile("nop");
|
||||
#elif defined (__rocket__)
|
||||
__asm__ volatile("nop");
|
||||
#elif defined (__powerpc__)
|
||||
__asm__ volatile("nop");
|
||||
#else
|
||||
#error Unsupported architecture
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue