HAOUAS Elyes has uploaded this change for review.

View Change

include/arch/cpu.h: Remove old refrence to ROMCC

Change-Id: I17d13c53baf16f58e6e2ba45f439c36f7ba28690
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/arch/x86/include/arch/cpu.h
1 file changed, 0 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/39071/1
diff --git a/src/arch/x86/include/arch/cpu.h b/src/arch/x86/include/arch/cpu.h
index c8cf8c7..59eb9ad 100644
--- a/src/arch/x86/include/arch/cpu.h
+++ b/src/arch/x86/include/arch/cpu.h
@@ -261,7 +261,6 @@
return ci;
}

-/* romcc is segfaulting in some cases. */
struct cpuinfo_x86 {
uint8_t x86; /* CPU family */
uint8_t x86_vendor; /* CPU vendor */
@@ -281,7 +280,6 @@

}

-/* romcc does not understand regparm. */
#define asmlinkage __attribute__((regparm(0)))

/*

To view, visit change 39071. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I17d13c53baf16f58e6e2ba45f439c36f7ba28690
Gerrit-Change-Number: 39071
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange