File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,13 @@ static void __used foo(void)
19
19
DEFINE (TI_STATUS , offsetof(struct thread_info , status ));
20
20
BLANK ();
21
21
22
+ DEFINE (SP_OFF , offsetof(struct pt_regs , ps ));
22
23
DEFINE (SIZEOF_PT_REGS , sizeof (struct pt_regs ));
23
24
BLANK ();
24
25
26
+ DEFINE (SWITCH_STACK_SIZE , sizeof (struct switch_stack ));
27
+ BLANK ();
28
+
25
29
DEFINE (HAE_CACHE , offsetof(struct alpha_machine_vector , hae_cache ));
26
30
DEFINE (HAE_REG , offsetof(struct alpha_machine_vector , hae_register ));
27
31
}
Original file line number Diff line number Diff line change 15
15
.set noat
16
16
.cfi_sections .debug_frame
17
17
18
- /* Stack offsets. */
19
- #define SP_OFF 184
20
- #define SWITCH_STACK_SIZE 64
21
-
22
18
.macro CFI_START_OSF_FRAME func
23
19
.align 4
24
20
.globl \func
You can’t perform that action at this time.
0 commit comments