From 3ec008bf40613776173251652c8c33d563299d73 Mon Sep 17 00:00:00 2001 From: Xiang Wang Date: Sun, 8 Jul 2018 10:13:52 +0800 Subject: riscv: add include/arch/smp/ directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replicate directory layout from x86 for SMP. Change-Id: I27aee55f24d96ba9e7d8f2e6653f6c9c5e85c66a Signed-off-by: Xiang Wang Reviewed-on: https://review.coreboot.org/27355 Reviewed-by: Jonathan Neuschäfer Tested-by: build bot (Jenkins) --- src/arch/riscv/include/mcall.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/riscv/include/mcall.h') diff --git a/src/arch/riscv/include/mcall.h b/src/arch/riscv/include/mcall.h index e4bc36f080..114808aae7 100644 --- a/src/arch/riscv/include/mcall.h +++ b/src/arch/riscv/include/mcall.h @@ -26,7 +26,6 @@ #ifndef __ASSEMBLER__ #include -#include #include typedef struct { -- cgit v1.2.3