HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37876 )
Change subject: x86/acpigen: Deprecat use of 'Processor()' ......................................................................
x86/acpigen: Deprecat use of 'Processor()'
Processor() operator is deprecated, use Device() instead.
Change-Id: Ic9ea2ed6a2128dc4fe94155d098c2a4f7c24d82f Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/arch/x86/acpigen.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/37876/1
diff --git a/src/arch/x86/acpigen.c b/src/arch/x86/acpigen.c index cc724a0..d4536cf 100644 --- a/src/arch/x86/acpigen.c +++ b/src/arch/x86/acpigen.c @@ -332,6 +332,7 @@ acpigen_emit_namestring(name); }
+/* Processor() is deprecated. Please use Device() instead */ void acpigen_write_processor(u8 cpuindex, u32 pblock_addr, u8 pblock_len) { /*