aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/iseries/alpaca.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/iseries/alpaca.h')
-rw-r--r--include/asm-powerpc/iseries/alpaca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/iseries/alpaca.h b/include/asm-powerpc/iseries/alpaca.h
index 26fc081cb849..c0cce6727a69 100644
--- a/include/asm-powerpc/iseries/alpaca.h
+++ b/include/asm-powerpc/iseries/alpaca.h
@@ -25,7 +25,7 @@
25 */ 25 */
26struct alpaca { 26struct alpaca {
27 struct lppaca *lppaca_ptr; /* Pointer to LpPaca for PLIC */ 27 struct lppaca *lppaca_ptr; /* Pointer to LpPaca for PLIC */
28 void *reg_save_ptr; /* Pointer to LpRegSave for PLIC */ 28 const void *reg_save_ptr; /* Pointer to LpRegSave for PLIC */
29}; 29};
30 30
31#endif /* _ASM_POWERPC_ISERIES_ALPACA_H */ 31#endif /* _ASM_POWERPC_ISERIES_ALPACA_H */