From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Date: Thu, 15 Jan 2009 12:21:56 +0000 Subject: Re: crash: IP: [] __bitmap_intersects+0x48/0x73 Message-Id: <20090115122156.GA20349@elte.hu> List-Id: References: <496BF6D5.9030403@sgi.com> <20090113130048.GB31147@elte.hu> <496CAF5A.3010304@sgi.com> <496D0F46.2010907@sgi.com> <496D2172.6030608@sgi.com> <20090114165431.GA18826@elte.hu> <20090114165524.GA21742@elte.hu> <20090114175126.GA21078@elte.hu> <496E78BA.5040609@sgi.com> <20090115101617.GH5833@elte.hu> In-Reply-To: <20090115101617.GH5833@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: Mike Travis Cc: Rusty Russell , Yinghai Lu , Thomas Gleixner , "H. Peter Anvin" , Tony Luck , IA64 , Ralf Baechle , linux-mips@linux-mips.org, David Howells , Koichi Yasutake , linux-am33-list@redhat.com, "David S. Miller" , SPARC , LKML FYI, there's new warnings due to cpumask changes: arch/x86/kernel/cpu/intel_cacheinfo.c: In function ‘show_cache_disable’: arch/x86/kernel/cpu/intel_cacheinfo.c:710: warning: unused variable ‘mask’ arch/x86/kernel/cpu/intel_cacheinfo.c: In function ‘store_cache_disable’: arch/x86/kernel/cpu/intel_cacheinfo.c:745: warning: unused variable ‘mask’ on 32-bit defconfig. Ingo