swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 95064a75ebf8744e1ff595e8cd7ff9b6c851523e authored by Linus Torvalds on 13 September 2006, 01:41:36 UTC
Linux v2.6.18-rc7
Tip revision: 95064a7
smp.h
#ifndef __ASM_SMP_H
#define __ASM_SMP_H


#ifdef CONFIG_SMP
#error SMP not supported
#endif

#endif
back to top