diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-04-10 06:44:30 (GMT) |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-04-15 11:21:25 (GMT) |
commit | f9a5e6a27d2aa1b37758abb031f37615ac367cca (patch) | |
tree | 7902aefe6388625fcedca42484fa59345e95e793 /include/asm-powerpc/iseries | |
parent | 30ff2e87ed55e83b4eb436f5f14a7e49ff81ad99 (diff) | |
download | linux-f9a5e6a27d2aa1b37758abb031f37615ac367cca.tar.xz |
[POWERPC] iSeries: Localise and constify some iSeries data
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/iseries')
-rw-r--r-- | include/asm-powerpc/iseries/alpaca.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/iseries/alpaca.h b/include/asm-powerpc/iseries/alpaca.h index 26fc081c..c0cce67 100644 --- a/include/asm-powerpc/iseries/alpaca.h +++ b/include/asm-powerpc/iseries/alpaca.h @@ -25,7 +25,7 @@ */ struct alpaca { struct lppaca *lppaca_ptr; /* Pointer to LpPaca for PLIC */ - void *reg_save_ptr; /* Pointer to LpRegSave for PLIC */ + const void *reg_save_ptr; /* Pointer to LpRegSave for PLIC */ }; #endif /* _ASM_POWERPC_ISERIES_ALPACA_H */ |