Files
android_kernel_xiaomi_sm8450/include/asm-frv/smp.h
2006-04-26 12:56:16 +01:00

10 lines
100 B
C

#ifndef __ASM_SMP_H
#define __ASM_SMP_H
#ifdef CONFIG_SMP
#error SMP not supported
#endif
#endif