public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: "Rogelio M. Serrano Jr." <rogelio@evoserve.com>
Cc: "mtd@infradead.org" <mtd@infradead.org>
Subject: Re: XIP on mtdram
Date: Wed, 26 Jul 2000 11:40:39 +0100	[thread overview]
Message-ID: <8165.964608039@cygnus.co.uk> (raw)
In-Reply-To: <397EC2F3.88695BD9@evoserve.com>


Why can you use mtdram but not a normal ramdisk? The main advantage in that 
would be if you could eliminate the block device code and save a few pages 
of kernel code/data - but we haven't actually extracted it from the VM code 
yet, so we can't do that yet.

We don't currently have XIP in place for JFFS. You'd have to make sure the 
actual data in the nodes were page-aligned in the host memory, and remained 
that way on GC. It's possible, but we've not looked at it yet. 

Also, as flash is more expensive than RAM, it's cheaper to do compression, 
which means you obviously can't do XIP.

If you really have to have XIP from a filesystem stored in RAM, look at 
ramfs.


--
dwmw2




To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

  reply	other threads:[~2000-07-26 10:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-26 10:52 XIP on mtdram Rogelio M. Serrano Jr.
2000-07-26 10:40 ` David Woodhouse [this message]
     [not found]   ` <397ECCB6.3AF014DF@evoserve.com>
2000-07-26 11:19     ` David Woodhouse

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=8165.964608039@cygnus.co.uk \
    --to=dwmw2@infradead.org \
    --cc=mtd@infradead.org \
    --cc=rogelio@evoserve.com \
    /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