From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263638AbTKRPrX (ORCPT ); Tue, 18 Nov 2003 10:47:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263662AbTKRPrX (ORCPT ); Tue, 18 Nov 2003 10:47:23 -0500 Received: from fw.osdl.org ([65.172.181.6]:29882 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S263638AbTKRPrW (ORCPT ); Tue, 18 Nov 2003 10:47:22 -0500 Date: Tue, 18 Nov 2003 07:47:04 -0800 (PST) From: Linus Torvalds To: Zwane Mwaikambo cc: Ingo Molnar , "Martin J. Bligh" , Andrew Morton , Linux Kernel , , Hugh Dickins Subject: Re: [PATCH][2.6-mm] Fix 4G/4G X11/vm86 oops In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 18 Nov 2003, Zwane Mwaikambo wrote: > > Another note from our avian friends; i seem to have sent a slightly > different dump from the patch, although they do both achieve the same > effect. I shall append it for completeness. Hmm. I don't see anything. However, it's a lot easier to read the gcc-generated assembly ("make arch/i386/kernel/vm86.s") than it is to read the objdump disassembly. It's also a lot easier to see what the assembly language is when giving the -fno-reorder-blocks switch to gcc. Without it, modern gcc's tend to have _way_ too many jumps around. But maybe that actually changes the behaviour too. Linus