.. | .. |
---|
12 | 12 | |
---|
13 | 13 | #ifdef CONFIG_PPC64 |
---|
14 | 14 | |
---|
| 15 | +#include <linux/cache.h> |
---|
15 | 16 | #include <linux/string.h> |
---|
16 | 17 | #include <asm/types.h> |
---|
17 | | -#include <asm/lppaca.h> |
---|
18 | 18 | #include <asm/mmu.h> |
---|
19 | 19 | #include <asm/page.h> |
---|
20 | 20 | #ifdef CONFIG_PPC_BOOK3E |
---|
.. | .. |
---|
45 | 45 | #define get_paca() local_paca |
---|
46 | 46 | #endif |
---|
47 | 47 | |
---|
48 | | -#ifdef CONFIG_PPC_PSERIES |
---|
49 | | -#define get_lppaca() (get_paca()->lppaca_ptr) |
---|
50 | | -#endif |
---|
51 | | - |
---|
52 | 48 | #define get_slb_shadow() (get_paca()->slb_shadow_ptr) |
---|
53 | 49 | |
---|
54 | 50 | struct task_struct; |
---|
55 | 51 | struct rtas_args; |
---|
| 52 | +struct lppaca; |
---|
56 | 53 | |
---|
57 | 54 | /* |
---|
58 | 55 | * Defines the layout of the paca. |
---|