From fc5135ad7957a17a6e479da9fd0b42c6e878844a Mon Sep 17 00:00:00 2001 From: Luis Gerhorst <privat@luisgerhorst.de> Date: Wed, 13 May 2020 09:46:36 +0200 Subject: [PATCH] Revert "Compile smpboot with -DDEBUG" This reverts commit 4eb4c0b8291190350ee1d5f39f0da573d7e6ef14. --- arch/x86/kernel/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index 0d7685e7e38f0..6175e370ee4ab 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile @@ -156,5 +156,3 @@ endif ifdef CONFIG_EFI obj-$(CONFIG_IMA) += ima_arch.o endif - -CFLAGS_smpboot.o += -DDEBUG -- GitLab