commit | a97d157d00cd0ccbcfde3da7bbf34ab7c68cf4eb | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Sun Jul 24 11:30:20 2016 -0400 |
committer | Greg Ungerer <gerg@linux-m68k.org> | Mon Jul 25 16:52:01 2016 +1000 |
tree | 5df0cbdd1eb58de03738c0e6033549808fd9dbec | |
parent | 687fd7738ec322ea5994a692c20301eed315899d [diff] |
binfmt_flat: clean up create_flat_tables() and stack accesses In addition to better code clarity, this brings proper usage of user memory accessors everywhere the stack is touched. This is essential for making this work on MMU systems. Signed-off-by: Nicolas Pitre <nico@linaro.org> Reviewed-by: Greg Ungerer <gerg@linux-m68k.org> Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>