diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-07-10 21:00:06 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-07-20 13:16:52 +0000 |
commit | ef26dee2f44f6134a49d6b83dc2a47bf7b24b533 (patch) | |
tree | 3823e46e4de3710d4f66c6101bb2e095c8059367 /src/arch | |
parent | eb8a81fca0b1416d889fed3c8b5c24c8d7f35f30 (diff) |
treewide: Remove unused <cpu/x86/msr.h>
Change-Id: I187c2482dd82c6c6d1fe1cbda71710ae1a2f54ad
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64890
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/c_exit.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/x86/c_exit.S b/src/arch/x86/c_exit.S index bb1df28adf..069a66c91e 100644 --- a/src/arch/x86/c_exit.S +++ b/src/arch/x86/c_exit.S @@ -1,10 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <arch/ram_segs.h> -#include <cpu/x86/msr.h> #include <cpu/x86/cr.h> - #if ENV_X86_64 /* |