]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
m68k: correct setting of struct user.u_ar0
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 7 Feb 2008 22:10:28 +0000 (23:10 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 7 Feb 2008 22:15:55 +0000 (14:15 -0800)
commit145e9230760e4db27cf5f00fd04b005c79ca1c12
tree4c247a81767ea5bb09878af2f39d9ebe19c6d8af
parentdf922075f2a55b1ae71a6fe589c1cc1b91381f4f
m68k: correct setting of struct user.u_ar0

Commit 6e16d89bcd668a95eb22add24c02d80890232b66 ("Sanitize the type of
struct user.u_ar0") forgot to change the m68k setting code, causing the
following compiler warning:

    arch/m68k/kernel/process.c:338: warning: assignment makes integer from pointer without a cast

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/m68k/kernel/process.c