All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jorgen Lundman <lundman@lundman.net>
To: linux-mips@linux-mips.org
Subject: flush_cache_page
Date: Sun, 13 Jan 2008 13:55:32 +0900	[thread overview]
Message-ID: <478999C4.3040708@lundman.net> (raw)


Due to cache coherence bugs, Fuse has an extra call to work around it;

         flush_cache_page(vma, cs->addr, page_to_pfn(cs->pg));


But my kernel (2.6.15 for mips 4KEc Tangox board) does not have a 
flush_cache_page().

If I use kangox_flush_all() Fuse works rather well, but the performance 
is abysmal. Can I simulate this call using one of the calls I do have;

__flush_dcache_page
flush_data_cache_page
tangox_flush_cache_all
cache_flush
kc_flush_cache

Or alternatively, does anyone have the source for flush_cache_page() for 
said CPU?



-- 
Jorgen Lundman       | <lundman@lundman.net>
Unix Administrator   | +81 (0)3 -5456-2687 ext 1017 (work)
Shibuya-ku, Tokyo    | +81 (0)90-5578-8500          (cell)
Japan                | +81 (0)3 -3375-1767          (home)

             reply	other threads:[~2008-01-13  4:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-13  4:55 Jorgen Lundman [this message]
2008-01-13 15:21 ` [SPAM] flush_cache_page Markus Gothe
2008-01-14  4:19   ` Jorgen Lundman

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=478999C4.3040708@lundman.net \
    --to=lundman@lundman.net \
    --cc=linux-mips@linux-mips.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.