mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00: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
|