From: Jamie Iles Date: Wed, 6 Jan 2010 09:50:08 +0000 (+0100) Subject: ARM: 5866/1: arm ptrace: use unsigned types for kernel pt_regs X-Git-Tag: v2.6.33-rc4~7^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092a4e957a835cbf6b2ec82a6a4d6ff06c0a362e;p=pandora-kernel.git ARM: 5866/1: arm ptrace: use unsigned types for kernel pt_regs Make registers unsigned for kernel space. This is important for example in the perf events where the PC is stored into a u64. We don't want it sign extended so make the regs unsigned to prevent casts throughout the kernel. Signed-off-by: Jamie Iles Signed-off-by: Russell King --- Reading git-diff-tree failed