Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
cpu.h
Go to the documentation of this file.
1 /*
2  * Copyright 2007-2009 Analog Devices Inc.
3  * Philippe Gerum <[email protected]>
4  *
5  * Licensed under the GPL-2 or later.
6  */
7 
8 #ifndef __ASM_BLACKFIN_CPU_H
9 #define __ASM_BLACKFIN_CPU_H
10 
11 #include <linux/percpu.h>
12 
14  struct cpu cpu;
15  unsigned int imemctl;
16  unsigned int dmemctl;
17 #ifdef CONFIG_SMP
18  struct task_struct *idle;
19 #endif
20 };
21 
23 
24 #endif