Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 20 Feb 2002 14:28:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 20 Feb 2002 14:27:58 -0500 Received: from mailsorter.ma.tmpw.net ([63.112.169.25]:21793 "EHLO mailsorter.ma.tmpw.net") by vger.kernel.org with ESMTP id ; Wed, 20 Feb 2002 14:27:41 -0500 Message-ID: <3AB544CBBBE7BF428DA7DBEA1B85C79C01101F77@nocmail.ma.tmpw.net> From: "Holzrichter, Bruce" To: "'David S. Miller'" Cc: ultralinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: RE: 2.5.5 on Sparc, Ughh... Date: Wed, 20 Feb 2002 14:27:28 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > You can start out with the below to fix things correctly. The only > unhandled thing is the pte_offset stuff and I'll work on that some time > later today. Thanks Dave, I finally had the chance to try out your changes. That pesky work thing keeps getting in my way. So far so good, from a clean tree, they apply fine, and fix all the other issues up to the pte_offset issues in filemap.c. If you get to them, shoot me a copy and I'll apply and test for you. I see alot of warnings still from flush_dcache_page in /include/linux/highmem.h and it looks like a duplicate declaration in /asm-sparc64/pgalloc.h, but I have not had the chance to check that out yet. I'll try to follow it up if you haven't seen that one yet. On a side note, though not arch specific, if you use ramdisk, you'll need to apply the patch below that removes second argument to bi_end_io that was removed earlier in the series. I have seen a patch floating around, hopefully it will get pushed up the chain. Thanks again for your help! Bruce H. --- drivers/block/rd.c.old Wed Feb 20 14:20:53 2002 +++ drivers/block/rd.c Wed Feb 20 12:42:52 2002 @@ -268,7 +268,7 @@ goto fail; set_bit(BIO_UPTODATE, &sbh->bi_flags); - sbh->bi_end_io(sbh, len >> 9); + sbh->bi_end_io(sbh); return 0; fail: bio_io_error(sbh) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/