Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] build fix for uml/amd64

Missing half of the [PATCH] uml: Fix sysrq-r support for skas mode
We need to remove these (UPT_[DEFG]S) from the read side as well as the
write one - otherwise it simply won't build.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Acked-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Al Viro and committed by
Linus Torvalds
450da6ca 461a0ffb

-4
-4
arch/um/include/sysdep-x86_64/ptrace.h
··· 183 183 case RBP: val = UPT_RBP(regs); break; \ 184 184 case ORIG_RAX: val = UPT_ORIG_RAX(regs); break; \ 185 185 case CS: val = UPT_CS(regs); break; \ 186 - case DS: val = UPT_DS(regs); break; \ 187 - case ES: val = UPT_ES(regs); break; \ 188 - case FS: val = UPT_FS(regs); break; \ 189 - case GS: val = UPT_GS(regs); break; \ 190 186 case EFLAGS: val = UPT_EFLAGS(regs); break; \ 191 187 default : \ 192 188 panic("Bad register in UPT_REG : %d\n", reg); \