UPSTREAM: src/cpu: Remove unnecessary whitespace before "\n"
BUG=None BRANCH=None TEST=None Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16279 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Change-Id: Iebdcc659bf2a3e738702c85ee86dbb71b504721a Reviewed-on: https://chromium-review.googlesource.com/377616 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
753bba04af
commit
db969ec8cf
7 changed files with 8 additions and 8 deletions
|
|
@ -65,7 +65,7 @@ static inline u32 read_microcode_rev(void)
|
|||
"movl $0x01, %%eax\n\t"
|
||||
"cpuid\n\t"
|
||||
"movl $0x08b, %%ecx\n\t"
|
||||
"rdmsr \n\t"
|
||||
"rdmsr\n\t"
|
||||
: /* outputs */
|
||||
"=a" (msr.lo), "=d" (msr.hi)
|
||||
: /* inputs */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue