Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / blackfin / include / asm / cpu.h
CommitLineData
6b3087c6 1/*
96f1050d
RG
2 * Copyright 2007-2009 Analog Devices Inc.
3 * Philippe Gerum <rpm@xenomai.org>
6b3087c6 4 *
96f1050d 5 * Licensed under the GPL-2 or later.
6b3087c6
GY
6 */
7
8#ifndef __ASM_BLACKFIN_CPU_H
9#define __ASM_BLACKFIN_CPU_H
10
11#include <linux/percpu.h>
12
6b3087c6
GY
13struct blackfin_cpudata {
14 struct cpu cpu;
6b3087c6
GY
15 unsigned int imemctl;
16 unsigned int dmemctl;
d0014be4
BL
17#ifdef CONFIG_SMP
18 struct task_struct *idle;
19#endif
6b3087c6
GY
20};
21
22DECLARE_PER_CPU(struct blackfin_cpudata, cpu_data);
23
24#endif