commit | 34a1b9fc4995102ecbb3a980b348aebf168d8196 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Tue Aug 12 13:25:44 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Aug 13 18:54:56 2008 +0200 |
tree | 3ad70afa229ddff17b033cea1279d05cfc583d69 | |
parent | daa9c0fee1cbe1d49fbe29af3d4bb16312043b1e [diff] |
Fix date output in x86 microcode driver. The microcode stores its date in a uint32_t in some weird order approximating pdp-endian. Rather than printing it like that, print it properly in ISO standard form. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Cc: Shaohua Li <shaohua.li@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>