x86: Drop unnecessary interrupt code for TPL
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:41:52 +0000 (21:41 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:10 +0000 (11:44 +0800)
commit76ab9f272610c7454f41e5fa059fe425c6b81292
treefa0cd0b770f172edbb85ecb0c6d8d170ed94e3e5
parentcaca13f60a526349a00fcc316bd3c0d903b2cd7c
x86: Drop unnecessary interrupt code for TPL

We don't expect an exception in TPL and don't need to set up interrupts in
TPL. Drop this whole file.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/i386/Makefile