commit | 97541912785369925723b6255438ad9fce2ddf04 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Wed May 06 17:56:51 2009 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Fri May 08 17:19:01 2009 -0700 |
tree | 5c9e5cce0f174877046997fad05253d55b1d8532 | |
parent | 0a137736704ef9af719409933b3c33e138461786 [diff] |
x86, boot: zero EFLAGS on 32 bits The 64-bit code already clears EFLAGS as soon as it has a stack. This seems like a reasonable precaution, so do it on 32 bits as well. [ Impact: extra paranoia ] Signed-off-by: H. Peter Anvin <hpa@zytor.com>