File tree Expand file tree Collapse file tree 2 files changed +4
-17
lines changed
Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 7474static DEFINE_SPINLOCK (pdc_lock );
7575#endif
7676
77- extern unsigned long pdc_result [NUM_PDC_RESULT ];
78- extern unsigned long pdc_result2 [NUM_PDC_RESULT ];
77+ unsigned long pdc_result [NUM_PDC_RESULT ] __aligned ( 8 ) ;
78+ unsigned long pdc_result2 [NUM_PDC_RESULT ] __aligned ( 8 ) ;
7979
8080#ifdef CONFIG_64BIT
8181#define WIDE_FIRMWARE 0x1
Original file line number Diff line number Diff line change 1515
1616#include <linux/linkage.h>
1717
18-
19- .section .bss
20-
21- .export pdc_result
22- .export pdc_result2
23- .align 8
24- pdc_result:
25- .block ASM_PDC_RESULT_SIZE
26- pdc_result2:
27- .block ASM_PDC_RESULT_SIZE
28-
2918 .export real_stack
30- .export real32_stack
3119 .export real64_stack
32- .align 64
20+ __PAGE_ALIGNED_BSS
3321real_stack:
34- real32_stack:
3522real64_stack:
3623 .block 8192
3724
3825#define N_SAVED_REGS 9
39-
26+ .section .bss
4027save_cr_space:
4128 .block REG_SZ * N_SAVED_REGS
4229save_cr_end:
You can’t perform that action at this time.
0 commit comments