From: Jeff Dike Date: Tue, 16 Oct 2007 08:27:14 +0000 (-0700) Subject: uml: don't use glibc asm/user.h X-Git-Tag: v2.6.24-rc1~1051 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=189872f968def833727b6bfef83ebd7440c538e6;p=pandora-kernel.git uml: don't use glibc asm/user.h Stop including asm/user.h from libc - it seems to be disappearing from distros. It's replaced with sys/user.h which defines user_fpregs_struct and user_fpxregs_struct instead of user_i387_struct and struct user_fxsr_struct on i386. As a bonus, on x86_64, I get to dump some stupid typedefs which were needed in order to get asm/user.h to compile. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed