[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210114184626.GH12284@zn.tnic>
Date: Thu, 14 Jan 2021 19:46:26 +0100
From: Borislav Petkov <bp@...en8.de>
To: trix@...hat.com
Cc: tglx@...utronix.de, mingo@...hat.com, hpa@...or.com,
ying-tsun.huang@....com, peterz@...radead.org, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] x86/mm/mtrr: remove definition of DEBUG
On Thu, Jan 14, 2021 at 08:27:43AM -0800, trix@...hat.com wrote:
> From: Tom Rix <trix@...hat.com>
>
> Defining DEBUG should only be done in development.
> So remove DEBUG.
>
> Signed-off-by: Tom Rix <trix@...hat.com>
> ---
> arch/x86/kernel/cpu/mtrr/generic.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/x86/kernel/cpu/mtrr/generic.c b/arch/x86/kernel/cpu/mtrr/generic.c
> index a29997e6cf9e..b90f3f437765 100644
> --- a/arch/x86/kernel/cpu/mtrr/generic.c
> +++ b/arch/x86/kernel/cpu/mtrr/generic.c
> @@ -3,7 +3,6 @@
> * This only handles 32bit MTRR on 32bit hosts. This is strictly wrong
> * because MTRRs can span up to 40 bits (36bits on most modern x86)
> */
> -#define DEBUG
>
> #include <linux/export.h>
> #include <linux/init.h>
Wanna merge all 4 in arch/x86/
arch/x86/kernel/cpu/mtrr/generic.c:6:#define DEBUG
arch/x86/kernel/cpu/mtrr/mtrr.c:34:#define DEBUG
arch/x86/kernel/pci-iommu_table.c:8:#define DEBUG 1
arch/x86/mm/mmio-mod.c:13:#define DEBUG 1
into a single patch?
Thx.
--
Regards/Gruss,
Boris.
https://people.kernel.org/tglx/notes-about-netiquette
Powered by blists - more mailing lists