mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 04:03:58 +08:00
7 lines
94 B
C
7 lines
94 B
C
|
#ifndef __M68K_SPINLOCK_H
|
||
|
#define __M68K_SPINLOCK_H
|
||
|
|
||
|
#error "m68k doesn't do SMP yet"
|
||
|
|
||
|
#endif
|