public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* a problem with ia64_fc
@ 2005-11-18  7:06 Hua Feijun
  2005-11-20  7:09 ` Keith Owens
  0 siblings, 1 reply; 2+ messages in thread
From: Hua Feijun @ 2005-11-18  7:06 UTC (permalink / raw)
  To: linux-kernel

Who can tell me the function of ia64_fc and  what is  the different of
system_call_table among ia64,x86_64t and i386?
Thanks very much!!!!!!!

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: a problem with ia64_fc
  2005-11-18  7:06 a problem with ia64_fc Hua Feijun
@ 2005-11-20  7:09 ` Keith Owens
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Owens @ 2005-11-20  7:09 UTC (permalink / raw)
  To: Hua Feijun; +Cc: linux-kernel

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-20  7:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-18  7:06 a problem with ia64_fc Hua Feijun
2005-11-20  7:09 ` Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox