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>
This commit is contained in:
Elyes HAOUAS 2020-02-22 10:20:50 +01:00 committed by Patrick Georgi
parent 32fecd689b
commit 5f6cfef424
1 changed files with 0 additions and 2 deletions

View File

@ -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)))
/*