[S390] sys_personality: follow u_long to unsigned int conversion
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 13 Aug 2010 08:06:39 +0000 (10:06 +0200)
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>
Fri, 13 Aug 2010 08:06:54 +0000 (10:06 +0200)
commit 485d527686850d68a0e9006dd9904f19f122485e "sys_personality: change
sys_personality() to accept "unsigned int" instead of u_long" changed
the syscall interface for sys_personality.
Just follow the common code change in our arch code to avoid confusion.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

No differences found