]> git.baikalelectronics.ru Git - kernel.git/commit
x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h>
authorH. Peter Anvin (Intel) <hpa@zytor.com>
Mon, 10 May 2021 18:53:10 +0000 (11:53 -0700)
committerIngo Molnar <mingo@kernel.org>
Wed, 12 May 2021 08:49:13 +0000 (10:49 +0200)
commit4f934ccdcd4c01b93b7a0e70f303b1a52b44982b
tree35b3aa2b0091f5bf8ccb4a624f42df215b83f453
parent93d88eddc364a3d50b4b776b132fd1f14cd62352
x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h>

The register offsets in <asm/ptrace-abi.h> are duplicated in
entry/calling.h, but are formatted differently and therefore not
compatible. Use the version from <asm/ptrace-abi.h> consistently.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20210510185316.3307264-2-hpa@zytor.com
arch/x86/entry/calling.h
arch/x86/kernel/head_64.S