mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
62c4f0a2d5
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
9 lines
100 B
C
9 lines
100 B
C
#ifndef __ASM_SMP_H
|
|
#define __ASM_SMP_H
|
|
|
|
|
|
#ifdef CONFIG_SMP
|
|
#error SMP not supported
|
|
#endif
|
|
|
|
#endif
|