Skip to content
Snippets Groups Projects
Commit 3621644d authored by Linus Torvalds's avatar Linus Torvalds
Browse files

x86: don't pointlessly reload the system call number


We have it in a register in the low-level asm, just pass it in as an
argument rather than have do_syscall_64() load it back in from the
ptregs pointer.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent fd468043
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment