VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Malcolm Parsons <malcolm.parsons@gmail.com> 2006-06-26 11:49:41 +1000 committer: Linus Torvalds <torvalds@g5.osdl.org> 2006-06-25 21:04:24 -0700 commit: fcc18e83e1f6fd9fa6b333735bf0fcd530655511 parent: 091487772c3312f3de599d99ca1d73395b54ed61
Commit Summary:
[PATCH] uclinux: use PER_LINUX_32BIT in binfmt_flat
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/binfmt_flat.c b/fs/binfmt_flat.c
index b1c902e319c1..c94d52eafd1b 100644
--- a/fs/binfmt_flat.c
+++ b/fs/binfmt_flat.c
@@ -510,7 +510,7 @@ static int load_flat_file(struct linux_binprm * bprm,
 		}
 
 		/* OK, This is the point of no return */
-		set_personality(PER_LINUX);
+		set_personality(PER_LINUX_32BIT);
 	}
 
 	/*