Felix Held has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/72859 )
Change subject: arch/x86/cpu: move cpuid_match to corresponding header file ......................................................................
arch/x86/cpu: move cpuid_match to corresponding header file
Since the functionality of cpuid_match is also useful outside of arch/x86/cpu.c and it's a relatively simple function, move its definition as inline function to the header file.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Ic96746b33b01781543f60cf91904af35418e572d --- M src/arch/x86/cpu.c M src/arch/x86/include/arch/cpu.h 2 files changed, 19 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/72859/2