From: "Holzrichter, Bruce" <bruce.holzrichter@monster.com>
To: ultralinux@vger.kernel.org
Subject: RE: 2.5.5 on Sparc, Ughh...
Date: Wed, 20 Feb 2002 19:27:28 +0000 [thread overview]
Message-ID: <marc-linux-ultrasparc-101423344320400@msgid-missing> (raw)
In-Reply-To: <marc-linux-ultrasparc-101422154814029@msgid-missing>
> 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)
next prev parent reply other threads:[~2002-02-20 19:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-20 16:12 2.5.5 on Sparc, Ughh Holzrichter, Bruce
2002-02-20 16:39 ` David S. Miller
2002-02-20 19:27 ` Holzrichter, Bruce [this message]
2002-02-21 8:04 ` george anzinger
2002-02-21 16:52 ` Robert Love
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ultrasparc-101423344320400@msgid-missing \
--to=bruce.holzrichter@monster.com \
--cc=ultralinux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox