From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 28 Oct 2019 15:49:00 +0800 Subject: [U-Boot] [PATCH v3 028/108] x86: Drop unnecessary interrupt code for TPL In-Reply-To: <20191021033913.220758-28-sjg@chromium.org> References: <20191021033913.220758-22-sjg@chromium.org> <20191021033913.220758-28-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > We don't expect an exception in TPL and don't need to print out full > details if one happens. Add a reduced version of the code for TPL. > > Signed-off-by: Simon Glass Can we exclude the whole file from building in TPL? > --- > > Changes in v3: None > Changes in v2: None > > arch/x86/cpu/i386/interrupt.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > Regards, Bin