mirror of https://gitee.com/openkylin/linux.git
powerpc/64s/paca: EX_CTR is not used with RELOCATABLE=n, remove it
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
635942ae53
commit
8568f1e026
|
@ -47,9 +47,12 @@
|
||||||
#define EX_CCR 52
|
#define EX_CCR 52
|
||||||
#define EX_CFAR 56
|
#define EX_CFAR 56
|
||||||
#define EX_PPR 64
|
#define EX_PPR 64
|
||||||
|
#if defined(CONFIG_RELOCATABLE)
|
||||||
#define EX_CTR 72
|
#define EX_CTR 72
|
||||||
|
|
||||||
#define EX_SIZE 10 /* size in u64 units */
|
#define EX_SIZE 10 /* size in u64 units */
|
||||||
|
#else
|
||||||
|
#define EX_SIZE 9 /* size in u64 units */
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* EX_LR is only used in EXSLB and where it does not overlap with EX_DAR
|
* EX_LR is only used in EXSLB and where it does not overlap with EX_DAR
|
||||||
|
|
Loading…
Reference in New Issue