Kirill A. Shutemov wrote:
Do not export asm/user.h and linux/user.h during make headers_install.

Signed-off-by: Kirill A. Shutemov <[EMAIL PROTECTED]>
Reviewed-By: David Woodhouse <[EMAIL PROTECTED]>
Cc: Thomas Gleixner <[EMAIL PROTECTED]>
Cc: Ingo Molnar <[EMAIL PROTECTED]>
Cc: H. Peter Anvin <[EMAIL PROTECTED]>

The version that is in there is currently broken from a user-space perspective (gdb expects u_ar0 to be struct user_regs_struct *, which it isn't for a bunch of the architectures defined); it *could* be argued the right thing is to fix it up since it *does* export an ABI -- specifically, the format of a.out core dumps -- but it is probably easier to just axe it; userspace has had to deal with this issue on its own for a long time already.

As such,

Acked-by: H. Peter Anvin <[EMAIL PROTECTED]>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to