hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/powerpc/include/asm/paca.h
....@@ -12,9 +12,9 @@
1212
1313 #ifdef CONFIG_PPC64
1414
15
+#include <linux/cache.h>
1516 #include <linux/string.h>
1617 #include <asm/types.h>
17
-#include <asm/lppaca.h>
1818 #include <asm/mmu.h>
1919 #include <asm/page.h>
2020 #ifdef CONFIG_PPC_BOOK3E
....@@ -45,14 +45,11 @@
4545 #define get_paca() local_paca
4646 #endif
4747
48
-#ifdef CONFIG_PPC_PSERIES
49
-#define get_lppaca() (get_paca()->lppaca_ptr)
50
-#endif
51
-
5248 #define get_slb_shadow() (get_paca()->slb_shadow_ptr)
5349
5450 struct task_struct;
5551 struct rtas_args;
52
+struct lppaca;
5653
5754 /*
5855 * Defines the layout of the paca.