commit | 042cbaf88ab48e11afb725541e3c2cbf5b483680 | [log] [tgz] |
---|---|---|
author | Andreas Schwab <schwab@suse.de> | Tue Jan 27 21:45:57 2009 +0100 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Tue Jan 27 14:48:46 2009 -0800 |
tree | 46bee380febae6ced11562ff1106a1ccda9280aa | |
parent | 7cb36b6ccdca03bd87e8faca7fd920643dd1aec7 [diff] |
x86 setup: fix asm constraints in vesa_store_edid Impact: fix potential miscompile (currently believed non-manifest) As the comment explains, the VBE DDC call can clobber any register. Tell the compiler about that fact. Signed-off-by: Andreas Schwab <schwab@suse.de> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>