diff options
Diffstat (limited to 'arch/powerpc/lib')
-rw-r--r-- | arch/powerpc/lib/feature-fixups.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/lib/feature-fixups.c b/arch/powerpc/lib/feature-fixups.c index f6fd5d2ff10d..973d547ef01d 100644 --- a/arch/powerpc/lib/feature-fixups.c +++ b/arch/powerpc/lib/feature-fixups.c | |||
@@ -22,6 +22,8 @@ struct fixup_entry { | |||
22 | unsigned long value; | 22 | unsigned long value; |
23 | long start_off; | 23 | long start_off; |
24 | long end_off; | 24 | long end_off; |
25 | long alt_start_off; | ||
26 | long alt_end_off; | ||
25 | }; | 27 | }; |
26 | 28 | ||
27 | static void patch_feature_section(unsigned long value, struct fixup_entry *fcur) | 29 | static void patch_feature_section(unsigned long value, struct fixup_entry *fcur) |