swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 7dcca30a32aadb0520417521b0c44f42d09fe05c authored by Linus Torvalds on 08 July 2007, 23:32:17 UTC
Linux 2.6.22
Tip revision: 7dcca30
smp.h
#ifndef __ASM_SMP_H
#define __ASM_SMP_H


#ifdef CONFIG_SMP
#error SMP not supported
#endif

#endif
back to top