summaryrefslogtreecommitdiff
path: root/linux/dev/include/asm-i386/smp.h
blob: fabe01dd73b62f0d412f188670051986af63a7a1 (plain)
1
2
3
4
5
6
7
8
#ifndef _I386_SMP_H
#define _I386_SMP_H

#include <machine/cpu_number.h>

#define smp_processor_id() cpu_number()

#endif /* _I386_SMP_H */