mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 17:56:42 +07: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
|