diff options
Diffstat (limited to 'arch/ppc64/kernel/asm-offsets.c')
-rw-r--r-- | arch/ppc64/kernel/asm-offsets.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc64/kernel/asm-offsets.c b/arch/ppc64/kernel/asm-offsets.c index 1ff4fa05a973..1378fbbe1e57 100644 --- a/arch/ppc64/kernel/asm-offsets.c +++ b/arch/ppc64/kernel/asm-offsets.c | |||
@@ -77,6 +77,7 @@ int main(void) | |||
77 | DEFINE(ICACHEL1LOGLINESIZE, offsetof(struct ppc64_caches, log_iline_size)); | 77 | DEFINE(ICACHEL1LOGLINESIZE, offsetof(struct ppc64_caches, log_iline_size)); |
78 | DEFINE(ICACHEL1LINESPERPAGE, offsetof(struct ppc64_caches, ilines_per_page)); | 78 | DEFINE(ICACHEL1LINESPERPAGE, offsetof(struct ppc64_caches, ilines_per_page)); |
79 | DEFINE(PLATFORM, offsetof(struct systemcfg, platform)); | 79 | DEFINE(PLATFORM, offsetof(struct systemcfg, platform)); |
80 | DEFINE(PLATFORM_LPAR, PLATFORM_LPAR); | ||
80 | 81 | ||
81 | /* paca */ | 82 | /* paca */ |
82 | DEFINE(PACA_SIZE, sizeof(struct paca_struct)); | 83 | DEFINE(PACA_SIZE, sizeof(struct paca_struct)); |