summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-02-22 10:20:50 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-02-24 14:25:01 +0000
commit5f6cfef424d968f9adc20232a33d3599f4dda812 (patch)
treec5e805fb5ef57af22e24b0e00254238a122244b5 /src/arch
parent32fecd689beb4b50e0b0dca0328b422cfb3a7931 (diff)
downloadcoreboot-5f6cfef424d968f9adc20232a33d3599f4dda812.tar.xz
include/arch/cpu.h: Remove old reference to ROMCC
Change-Id: I17d13c53baf16f58e6e2ba45f439c36f7ba28690 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39071 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/include/arch/cpu.h2
1 files changed, 0 insertions, 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)))
/*