View | Details | Raw Unified | Return to bug 229222 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/amd64/include/asmacros.h (-1 / +1 lines)
Lines 187-193 Link Here
187
	movq	PCPU(KCR3),%rax
187
	movq	PCPU(KCR3),%rax
188
	movq	%rax,%cr3
188
	movq	%rax,%cr3
189
	movq	PCPU(RSP0),%rax
189
	movq	PCPU(RSP0),%rax
190
	subq	$PTI_SIZE,%rax
190
	subq	$PTI_SIZE - 8 * (1 - \has_err),%rax
191
	MOVE_STACKS	((PTI_SIZE / 8) - 1 + \has_err)
191
	MOVE_STACKS	((PTI_SIZE / 8) - 1 + \has_err)
192
	movq	%rax,%rsp
192
	movq	%rax,%rsp
193
	popq	%rdx
193
	popq	%rdx

Return to bug 229222