Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119018
b: refs/heads/master
c: d2f019f
h: refs/heads/master
v: v3
  • Loading branch information
Martin Schwidefsky committed Nov 14, 2008
1 parent e9a5077 commit 5a14b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a9cffb227d59db526286cc9f84bf258e68a97470
refs/heads/master: d2f019fe40e8fecd822f87bc759f74925a5c31d6
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/sys_s390.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ asmlinkage long s390x_newuname(struct new_utsname __user *name)
{
int ret = sys_newuname(name);

if (current->personality == PER_LINUX32 && !ret) {
if (personality(current->personality) == PER_LINUX32 && !ret) {
ret = copy_to_user(name->machine, "s390\0\0\0\0", 8);
if (ret) ret = -EFAULT;
}
Expand Down

0 comments on commit 5a14b00

Please sign in to comment.