Welcome to mirror list, hosted at ThFree Co, Russian Federation.

smp.h « asm-arm26 « include - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ca771631fd8de1701c0e76af28c71794c02dd21 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __ASM_SMP_H
#define __ASM_SMP_H

#include <linux/config.h>

#ifdef CONFIG_SMP
#error SMP not supported
#endif

#endif