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 74
74
static DEFINE_SPINLOCK (pdc_lock );
75
75
#endif
76
76
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 ) ;
79
79
80
80
#ifdef CONFIG_64BIT
81
81
#define WIDE_FIRMWARE 0x1
Original file line number Diff line number Diff line change 15
15
16
16
#include <linux/linkage.h>
17
17
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
-
29
18
.export real_stack
30
- .export real32_stack
31
19
.export real64_stack
32
- .align 64
20
+ __PAGE_ALIGNED_BSS
33
21
real_stack:
34
- real32_stack:
35
22
real64_stack:
36
23
.block 8192
37
24
38
25
#define N_SAVED_REGS 9
39
-
26
+ .section .bss
40
27
save_cr_space:
41
28
.block REG_SZ * N_SAVED_REGS
42
29
save_cr_end:
You can’t perform that action at this time.
0 commit comments