summaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/smp.h
blob: f7596af913dbd9d207e12a5bd6f82c67b6e85f64 (plain)
1
2
3
4
5
6
7
8
#ifndef __ASM_SMP_H
#define __ASM_SMP_H

#define cpu_logical_map(cpu)	(cpu)

/* We'll get here eventually.. */

#endif