Re: [PATCH] Deal with the warning from dmi_low_memory_corruption()being unused

From: Ingo Molnar
Date: Thu Nov 20 2008 - 10:05:34 EST



* David Howells <dhowells@xxxxxxxxxx> wrote:

> Deal with the warning from dmi_low_memory_corruption() being unused
> when CONFIG_X86_RESERVE_LOW_64K is not set:
>
> arch/x86/kernel/setup.c:742: warning: 'dmi_low_memory_corruption' defined but not used
>
> This was introduced by fc38151947477596aa27df6c4306ad6008dc6711.
>
> Signed-off-by: David Howells <dhowells@xxxxxxxxxx>
> ---
>
> arch/x86/kernel/setup.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)

thx - already fixed via the patch below.

Ingo

------------>