<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23656">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cpu/x86: Get rid off device_t<br><br>Use of `device_t` has been<br>abandoned in ramstage<br><br>Change-Id: I4c8acebb4a957a9600de15ea844f620a8909977b<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/cpu/x86/lapic/lapic_cpu_init.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/23656/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/cpu/x86/lapic/lapic_cpu_init.c b/src/cpu/x86/lapic/lapic_cpu_init.c</span><br><span>index 825739c..137b93c 100644</span><br><span>--- a/src/cpu/x86/lapic/lapic_cpu_init.c</span><br><span>+++ b/src/cpu/x86/lapic/lapic_cpu_init.c</span><br><span>@@ -464,9 +464,9 @@</span><br><span> </span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-static void smm_other_cpus(struct bus *cpu_bus, device_t bsp_cpu)</span><br><span style="color: hsl(120, 100%, 40%);">+static void smm_other_cpus(struct bus *cpu_bus, struct device *bsp_cpu)</span><br><span> {</span><br><span style="color: hsl(0, 100%, 40%);">- device_t cpu;</span><br><span style="color: hsl(120, 100%, 40%);">+ struct device *cpu;</span><br><span>  int pre_count = atomic_read(&active_cpus);</span><br><span> </span><br><span>   /* Loop through the cpus once to let them run through SMM relocator */</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23656">change 23656</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/23656"/><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: I4c8acebb4a957a9600de15ea844f620a8909977b </div>
<div style="display:none"> Gerrit-Change-Number: 23656 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>