[coreboot-gerrit] Change in coreboot[master]: arch/arm/include/armv7/arch: Don't hide pointer behind typedef

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Mon Sep 17 11:00:27 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/28646


Change subject: arch/arm/include/armv7/arch: Don't hide pointer behind typedef
......................................................................

arch/arm/include/armv7/arch: Don't hide pointer behind typedef

Use of device_t has been abandoned in ramstage.

Change-Id: Id3199d130825a5f796108ae45ce965325511ce8b
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/arch/arm/include/armv7/arch/cpu.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/28646/1

diff --git a/src/arch/arm/include/armv7/arch/cpu.h b/src/arch/arm/include/armv7/arch/cpu.h
index 18d86e0..5f65b37 100644
--- a/src/arch/arm/include/armv7/arch/cpu.h
+++ b/src/arch/arm/include/armv7/arch/cpu.h
@@ -31,7 +31,7 @@
 struct thread;
 
 struct cpu_info {
-	device_t cpu;
+	strcut device *cpu;
 	unsigned long index;
 #if IS_ENABLED(CONFIG_COOP_MULTITASKING)
 	struct thread *thread;

-- 
To view, visit https://review.coreboot.org/28646
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id3199d130825a5f796108ae45ce965325511ce8b
Gerrit-Change-Number: 28646
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180917/54b7b91b/attachment-0001.html>


More information about the coreboot-gerrit mailing list