move idt.S and idt.h out of boot component

based on previous patch, we can move idt.S and idt.h out of boot component

Tracked-On: #1842
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Jason Chen CJ
2018-12-06 13:55:14 +08:00
committed by wenlingz
parent 27938c3300
commit c2be20d2a0
4 changed files with 1 additions and 3 deletions

View File

@@ -4,8 +4,6 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <idt.h>
/* NOTE:
*
* MISRA C requires that all unsigned constants should have the suffix 'U'