Re: [PATCH] x86/mm/mtrr: remove definition of DEBUG

2021-01-14 Thread Tom Rix
On 1/14/21 10:46 AM, Borislav Petkov wrote: > On Thu, Jan 14, 2021 at 08:27:43AM -0800, t...@redhat.com wrote: >> From: Tom Rix >> >> Defining DEBUG should only be done in development. >> So remove DEBUG. >> >> Signed-off-by: Tom Rix >> --- >> arch/x86/kernel/cpu/mtrr/generic.c | 1 - >> 1

Re: [PATCH] x86/mm/mtrr: remove definition of DEBUG

2021-01-14 Thread Borislav Petkov
On Thu, Jan 14, 2021 at 08:27:43AM -0800, t...@redhat.com wrote: > From: Tom Rix > > Defining DEBUG should only be done in development. > So remove DEBUG. > > Signed-off-by: Tom Rix > --- > arch/x86/kernel/cpu/mtrr/generic.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git

[PATCH] x86/mm/mtrr: remove definition of DEBUG

2021-01-14 Thread trix
From: Tom Rix Defining DEBUG should only be done in development. So remove DEBUG. Signed-off-by: Tom Rix --- 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