[<prev] [next>] [day] [month] [year] [list]
Message-ID: <48F0EFC7.3000204@numericable.fr>
Date: Sat, 11 Oct 2008 20:26:15 +0200
From: Rufus & Azrael <rufus-azrael@...ericable.fr>
To: Linux-kernel Mailing List <linux-kernel@...r.kernel.org>
CC: Ingo Molnar <mingo@...e.hu>, Yinghai Lu <yhlu.kernel@...il.com>
Subject: [2.6.27-git1] compilation warning with mtrr_cleanup
Hello all,
I have this compilation warning with fresh 2.6.27-git1 kernel :
arch/x86/kernel/cpu/mtrr/main.c: In function ‘mtrr_cleanup’:
arch/x86/kernel/cpu/mtrr/main.c:1363: attention : ‘gran_factor’ may be
used uninitialized in this function
arch/x86/kernel/cpu/mtrr/main.c:1364: attention : ‘gran_base’ may be
used uninitialized in this function
WARNING: kernel/built-in.o(.text+0x10690): Section mismatch in reference
from the function notify_cpu_starting() to the variable
.cpuinit.data:cpu_chain
The function notify_cpu_starting() references
the variable __cpuinitdata cpu_chain.
This is often because notify_cpu_starting lacks a __cpuinitdata
annotation or the annotation of cpu_chain is wrong.
Regards.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists