|
@@ -36,7 +36,7 @@ extern struct exception_table_entry __start___ex_table[];
|
|
|
extern struct exception_table_entry __stop___ex_table[];
|
|
extern struct exception_table_entry __stop___ex_table[];
|
|
|
|
|
|
|
|
/* Cleared by build time tools if the table is already sorted. */
|
|
/* Cleared by build time tools if the table is already sorted. */
|
|
|
-u32 __initdata main_extable_sort_needed = 1;
|
|
|
|
|
|
|
+u32 __initdata __visible main_extable_sort_needed = 1;
|
|
|
|
|
|
|
|
/* Sort the kernel's built-in exception table */
|
|
/* Sort the kernel's built-in exception table */
|
|
|
void __init sort_main_extable(void)
|
|
void __init sort_main_extable(void)
|