public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: Hua Feijun <hua.feijun@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: a problem with ia64_fc
Date: Sun, 20 Nov 2005 18:09:41 +1100	[thread overview]
Message-ID: <4869.1132470581@ocs3.ocs.com.au> (raw)
In-Reply-To: Your message of "Fri, 18 Nov 2005 15:06:00 +0800." <3fe1d240511172306ved25caam@mail.gmail.com>

On Fri, 18 Nov 2005 15:06:00 +0800, 
Hua Feijun <hua.feijun@gmail.com> wrote:
>Who can tell me the function of ia64_fc

It flushes the cachelines that correspond to an address.  By design the
IA64 instruction cache does not detect self modifying code, so an
instruction can be changed in memory but the old instruction can still
be in cache.  ia64_fc is used to flush the changed cacheline to ensure
that you execute the modified instruction.

>and  what is  the different of
>system_call_table among ia64,x86_64t and i386?

You will have to be more specific about your question, what are you
trying to do with the syscall table?  Since you are also asking about
ia64_fc I guess that you are trying to patch the syscall table, and the
standard answer to that is "DO NOT PATCH THE SYSCALL TABLE!".  It is
not supported and will not be supported.


      reply	other threads:[~2005-11-20  7:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-18  7:06 a problem with ia64_fc Hua Feijun
2005-11-20  7:09 ` Keith Owens [this message]

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=4869.1132470581@ocs3.ocs.com.au \
    --to=kaos@ocs.com.au \
    --cc=hua.feijun@gmail.com \
    --cc=linux-kernel@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