Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 97556
Collapse All | Expand All

(-)include/asm-ppc64/paca.h.orig (-1 / +2 lines)
Lines 22-28 Link Here
22
#include	<asm/iSeries/ItLpRegSave.h>
22
#include	<asm/iSeries/ItLpRegSave.h>
23
#include	<asm/mmu.h>
23
#include	<asm/mmu.h>
24
24
25
extern struct paca_struct paca[];
26
register struct paca_struct *local_paca asm("r13");
25
register struct paca_struct *local_paca asm("r13");
27
#define get_paca()	local_paca
26
#define get_paca()	local_paca
28
27
Lines 115-118 Link Here
115
#endif
114
#endif
116
};
115
};
117
116
117
extern struct paca_struct paca[];
118
118
#endif /* _PPC64_PACA_H */
119
#endif /* _PPC64_PACA_H */

Return to bug 97556