Rename COMMON_TSS_RSP0 to TSS_RSP0.
The symbol is just an offset in the hardware TSS structure, it is not limited to the common_tss instance. Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
7429338dc0
commit
8d33b830f9
@ -215,7 +215,7 @@ done_tss:
|
||||
movq %r8,PCPU(RSP0)
|
||||
movq %r8,PCPU(CURPCB)
|
||||
/* Update the TSS_RSP0 pointer for the next interrupt */
|
||||
movq %r8,COMMON_TSS_RSP0(%rdx)
|
||||
movq %r8,TSS_RSP0(%rdx)
|
||||
movq %r12,PCPU(CURTHREAD) /* into next thread */
|
||||
|
||||
/* Test if debug registers should be restored. */
|
||||
|
@ -153,7 +153,7 @@ ASSYM(PCB_FULL_IRET, PCB_FULL_IRET);
|
||||
ASSYM(PCB_DBREGS, PCB_DBREGS);
|
||||
ASSYM(PCB_32BIT, PCB_32BIT);
|
||||
|
||||
ASSYM(COMMON_TSS_RSP0, offsetof(struct amd64tss, tss_rsp0));
|
||||
ASSYM(TSS_RSP0, offsetof(struct amd64tss, tss_rsp0));
|
||||
|
||||
ASSYM(TF_R15, offsetof(struct trapframe, tf_r15));
|
||||
ASSYM(TF_R14, offsetof(struct trapframe, tf_r14));
|
||||
|
Loading…
x
Reference in New Issue
Block a user