commit | d733689ad57ec332fb1e392115d83a75f35df1cf | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Wed Dec 07 17:26:56 2011 +0100 |
committer | Borislav Petkov <bp@amd64.org> | Wed Dec 14 12:46:52 2011 +0100 |
tree | 98c4853147c62c7e8880acc6fcc9b405a595c2f6 | |
parent | be62adb492943ce2525ff19401b389a85006ad15 [diff] |
x86, microcode, AMD: Exit early on success Once we've found and validated the ucode patch for the current CPU, there's no need to iterate over the remaining patches in the binary image. Exit then and save us a bunch of cycles. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>