commit | 6f27cd4ad3feeba79cac882ef3f7177224a5935b | [log] [download] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Thu Jul 08 19:03:34 2010 +0000 |
committer | Tony Breeds <tony@bakeyournoodle.com> | Fri Jul 16 15:51:57 2010 +1000 |
tree | fc18be393d1fa871954f06f86e8ac5db3ce84e51 | |
parent | 2c611ced5c7fa551d47da32e574bc7f2ff2df18b [diff] |
Remove second zero of BSS We zero the BSS in two places: once in _start() and then again in yaboot_start(). The second time we actually get it wrong and zero 1/4 of the BSS (since we subtract two pointers). Since this second zeroing is superfluous and buggy, remove it. While here, fix the comments in _start. It claims we aren't clearing the BSS when we are. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>