Angel Pons submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
include/cpu/x86/mp.h: Remove indirect include

This one might conflict with '#include <smp/atomic.h>'.

Change-Id: I7413406ca69e78e5a6e539a01e05033243107272
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59691
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
---
M src/include/cpu/x86/mp.h
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/include/cpu/x86/mp.h b/src/include/cpu/x86/mp.h
index 7ed82dd..934d217 100644
--- a/src/include/cpu/x86/mp.h
+++ b/src/include/cpu/x86/mp.h
@@ -3,7 +3,6 @@
#ifndef _X86_MP_H_
#define _X86_MP_H_

-#include <arch/smp/atomic.h>
#include <cpu/x86/smm.h>
#include <types.h>


To view, visit change 59691. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I7413406ca69e78e5a6e539a01e05033243107272
Gerrit-Change-Number: 59691
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@mailbox.org>
Gerrit-MessageType: merged