commit | e2216feb37f1df65a29fb1e5ed41d9f7ba657b2c | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Tue Feb 07 12:58:43 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Feb 07 16:12:32 2006 -0800 |
tree | 445da277a6f0202c6de853474f846467bf2dd7b7 | |
parent | 43b00fdbb13bfc1b2f4a8e5b65315db6d9c479a3 [diff] |
[PATCH] uml: initialize process FP registers properly We weren't making sure that we initialized the FP registers of new processes to sane values. This patch also moves some defines in the affected area closer to where they are used. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>