diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2021-11-26 14:49:17 +0100 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2021-11-30 10:01:32 +0000 |
commit | 783a8745451bac529c04e4855943bd0faa6be693 (patch) | |
tree | ecd551ae52fb9528690b00298a8b12d4330c6aa2 /src/include | |
parent | 18881f993c96591b73bdffc0a7974b9441579c6e (diff) |
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>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/cpu/x86/mp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/cpu/x86/mp.h b/src/include/cpu/x86/mp.h index 7ed82dda42..934d217b78 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> |