| commit | 10de52d6655ef0d4a1b8d2804db30208c26601ed | [log] [tgz] |
|---|---|---|
| author | Borislav Petkov <borislav.petkov@amd.com> | Thu Dec 30 22:10:12 2010 +0100 |
| committer | Borislav Petkov <borislav.petkov@amd.com> | Wed Feb 09 16:05:33 2011 +0100 |
| tree | f64dc00605b9ca41c264a6d3aecc717607d3975e | |
| parent | ffc7e8ac820bf9dd6106b01d3e64fecb5177cf43 [diff] |
x86, microcode, AMD: Simplify install_equiv_cpu_table There's no need to memcpy the ucode header in order to look at it only in this function - use the original buffer instead. Also, fix return type semantics by returning a negative value on error and a positive otherwise. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com> Acked-by: Andreas Herrmann <Andreas.Herrmann3@amd.com>