From 5f6cfef424d968f9adc20232a33d3599f4dda812 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 22 Feb 2020 10:20:50 +0100 Subject: include/arch/cpu.h: Remove old reference to ROMCC Change-Id: I17d13c53baf16f58e6e2ba45f439c36f7ba28690 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/39071 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/arch/x86/include/arch/cpu.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/arch/x86/include/arch/cpu.h b/src/arch/x86/include/arch/cpu.h index c8cf8c76c3..59eb9ad32d 100644 --- a/src/arch/x86/include/arch/cpu.h +++ b/src/arch/x86/include/arch/cpu.h @@ -261,7 +261,6 @@ static inline struct cpu_info *cpu_info(void) 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 @@ static inline void get_fms(struct cpuinfo_x86 *c, uint32_t tfms) } -/* romcc does not understand regparm. */ #define asmlinkage __attribute__((regparm(0))) /* -- cgit v1.2.3