<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/include/asm-parisc/prefetch.h, branch v2.6.19.2</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>[PARISC] PA7200 also supports prefetch for read</title>
<updated>2006-10-04T12:44:58+00:00</updated>
<author>
<name>Kyle McMartin</name>
<email>kyle@parisc-linux.org</email>
</author>
<published>2006-08-14T00:37:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=32104b29cdf93f78ac37e681bd4547413466d13c'/>
<id>32104b29cdf93f78ac37e681bd4547413466d13c</id>
<content type='text'>
It seems PA7200 processors also suppress traps on loads to
%r0. This means we can prefetch for read on these cpus. Of course,
we can't support prefetch for write, since that requires
LOAD DOUBLEWORD which was added with PA2.0

Signed-off-by: Kyle McMartin &lt;kyle@parisc-linux.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems PA7200 processors also suppress traps on loads to
%r0. This means we can prefetch for read on these cpus. Of course,
we can't support prefetch for write, since that requires
LOAD DOUBLEWORD which was added with PA2.0

Signed-off-by: Kyle McMartin &lt;kyle@parisc-linux.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PARISC] Untangle &lt;asm/processor.h&gt; header include mess</title>
<updated>2006-10-04T12:44:47+00:00</updated>
<author>
<name>Kyle McMartin</name>
<email>kyle@parisc-linux.org</email>
</author>
<published>2006-08-14T02:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=4068d93cd17561bcbfc821c831cb048385320bd6'/>
<id>4068d93cd17561bcbfc821c831cb048385320bd6</id>
<content type='text'>
asm/processor.h on parisc wants spinlocks for cpuinfo, but
linux/spinlock_types.h needs lockdep, and lockdep wants prefetch.

This leads to a horrible circular dependancy, because &lt;asm/processor.h&gt;
is including something which depends on things which are not defined
until the end of the file.

Kludge around this by moving prefetch related code into &lt;asm/prefetch.h&gt;
and including it before &lt;linux/spinlock_types.h&gt;, however this is just
a temporary solution until this mess can be cleaned up.

Signed-off-by: Kyle McMartin &lt;kyle@parisc-linux.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
asm/processor.h on parisc wants spinlocks for cpuinfo, but
linux/spinlock_types.h needs lockdep, and lockdep wants prefetch.

This leads to a horrible circular dependancy, because &lt;asm/processor.h&gt;
is including something which depends on things which are not defined
until the end of the file.

Kludge around this by moving prefetch related code into &lt;asm/prefetch.h&gt;
and including it before &lt;linux/spinlock_types.h&gt;, however this is just
a temporary solution until this mess can be cleaned up.

Signed-off-by: Kyle McMartin &lt;kyle@parisc-linux.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
