<p>Jonathan Neuschäfer has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/25567">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cpu/x86/mtrr: Fix broken output ("indexis")<br><br>The missing space resulted in the following broken output:<br><br>> ERROR: Not enough MTRRs available! MTRR indexis 10 with 10 MTTRs in<br>total.<br><br>Change-Id: Ib9e8109d88c1bf38e7dda3dbf1c8d47fb0d23265<br>Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net><br>---<br>M src/cpu/x86/mtrr/mtrr.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/25567/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/cpu/x86/mtrr/mtrr.c b/src/cpu/x86/mtrr/mtrr.c</span><br><span>index 08312fb..88029e4 100644</span><br><span>--- a/src/cpu/x86/mtrr/mtrr.c</span><br><span>+++ b/src/cpu/x86/mtrr/mtrr.c</span><br><span>@@ -441,7 +441,7 @@</span><br><span>        if (var_state->mtrr_index >= bios_mtrrs)</span><br><span>               printk(BIOS_WARNING, "Taking a reserved OS MTRR.\n");</span><br><span>      if (var_state->mtrr_index >= total_mtrrs) {</span><br><span style="color: hsl(0, 100%, 40%);">-               printk(BIOS_ERR, "ERROR: Not enough MTRRs available! MTRR index"</span><br><span style="color: hsl(120, 100%, 40%);">+            printk(BIOS_ERR, "ERROR: Not enough MTRRs available! MTRR index "</span><br><span>                 "is %d with %d MTTRs in total.\n",</span><br><span>                 var_state->mtrr_index, total_mtrrs);</span><br><span>               return;</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/25567">change 25567</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/25567"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ib9e8109d88c1bf38e7dda3dbf1c8d47fb0d23265 </div>
<div style="display:none"> Gerrit-Change-Number: 25567 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer@gmx.net> </div>