mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-24 15:24:03 +00:00
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
5 lines
80 B
C
5 lines
80 B
C
#ifdef CONFIG_X86_32
|
|
# include "mutex_32.h"
|
|
#else
|
|
# include "mutex_64.h"
|
|
#endif
|