<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux-2.4.git/include/asm-sparc64, branch master</title>
<subtitle>Linux Kernel 2.4
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux-2.4.git/atom?h=master</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux-2.4.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-2.4.git/'/>
<updated>2007-02-25T07:41:32Z</updated>
<entry>
<title>[PATCH] sparc64 dma parenthesis fixes</title>
<updated>2007-02-25T07:41:32Z</updated>
<author>
<name>Mariusz Kozlowski</name>
<email>m.kozlowski@tuxland.pl</email>
</author>
<published>2006-12-01T15:36:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-2.4.git/commit/?id=72f31ba1d8a9f314eeca13ccff4e4c316aaef520'/>
<id>urn:sha1:72f31ba1d8a9f314eeca13ccff4e4c316aaef520</id>
<content type='text'>
Hello,

	This patch fixes some sparc64 dma macros.

Signed-off-by: Mariusz Kozlowski &lt;m.kozlowski@tuxland.pl&gt;

 include/asm-sparc64/dma.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
</content>
</entry>
<entry>
<title>[GCC4] SPARC64: fix build error in arch/sparc64/kernel/time.c</title>
<updated>2006-08-15T19:31:53Z</updated>
<author>
<name>Willy Tarreau</name>
<email>willy@wtap.(none)</email>
</author>
<published>2006-08-15T19:13:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-2.4.git/commit/?id=e39096aa764a77c336a076663501d10b9784faf7'/>
<id>urn:sha1:e39096aa764a77c336a076663501d10b9784faf7</id>
<content type='text'>
This patch fixes this error with gcc 4 (encountered on sparc64) :

time.c:50: error: static declaration of 'mstk48t08_regs' follows non-static declaration
/usr/src/linux-2.4.33-gcc4-u60/include/asm/mostek.h:137: error: previous declaration of 'mstk48t08_regs' was here
time.c:51: error: static declaration of 'mstk48t59_regs' follows non-static declaration
/usr/src/linux-2.4.33-gcc4-u60/include/asm/mostek.h:144: error: previous declaration of 'mstk48t59_regs' was here
</content>
</entry>
<entry>
<title>[GCC4] SPARC64: fix build error in arch/sparc64/kernel/smp.c</title>
<updated>2006-08-15T19:31:53Z</updated>
<author>
<name>Willy Tarreau</name>
<email>willy@wtap.(none)</email>
</author>
<published>2006-08-15T19:11:46Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-2.4.git/commit/?id=98ac29a85b371f1e3ac2b886a41a037b17014d1a'/>
<id>urn:sha1:98ac29a85b371f1e3ac2b886a41a037b17014d1a</id>
<content type='text'>
This patch fixes this error with gcc 4 (encountered on sparc64) :

smp.c:50: error: static declaration of 'boot_cpu_id' follows non-static declaration
/usr/src/linux-2.4.33-gcc4-u60/include/asm/smp.h:63: error: previous declaration of 'boot_cpu_id' was here
</content>
</entry>
<entry>
<title>[SPARC64]: More fully work around Spitfire Errata 51.</title>
<updated>2005-12-21T21:46:58Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@sunset.davemloft.net</email>
</author>
<published>2005-12-21T21:39:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-2.4.git/commit/?id=32ee33885d0d7e66d4a3ffc3bba068a1f1718532'/>
<id>urn:sha1:32ee33885d0d7e66d4a3ffc3bba068a1f1718532</id>
<content type='text'>
It appears that a memory barrier soon after a mispredicted
branch, not just in the delay slot, can cause the hang
condition of this cpu errata.

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[SPARC64]: Revamp Spitfire error trap handling.</title>
<updated>2005-12-21T21:46:49Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2005-08-26T22:19:11Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-2.4.git/commit/?id=04bf96a9ba1de6690403901009aa4f6a30909daf'/>
<id>urn:sha1:04bf96a9ba1de6690403901009aa4f6a30909daf</id>
<content type='text'>
Current uncorrectable error handling was poor enough
that the processor could just loop taking the same
trap over and over again.  Fix things up so that we
at least get a log message and perhaps even some register
state.

In the process, much consolidation became possible,
particularly with the correctable error handler.

Prefix assembler and C function names with "spitfire"
to indicate that these are for Ultra-I/II/IIi/IIe only.

More work is needed to make these routines robust and
featureful to the level of the Ultra-III error handlers.

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[SPARC64]: Fix conflicting __bzero_noasi() prototypes.</title>
<updated>2005-06-20T01:28:11Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2005-06-20T01:28:11Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-2.4.git/commit/?id=bc4a598be8faad234847a448516708ee9c1b427f'/>
<id>urn:sha1:bc4a598be8faad234847a448516708ee9c1b427f</id>
<content type='text'>
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>initial v2.4 GIT import</title>
<updated>2005-06-02T20:44:34Z</updated>
<author>
<name>Marcelo</name>
<email>marcelo@xeon.cnet</email>
</author>
<published>2005-06-02T20:44:34Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-2.4.git/commit/?id=284ce8b6e650e54a0348ebecb6c05d5acc899e56'/>
<id>urn:sha1:284ce8b6e650e54a0348ebecb6c05d5acc899e56</id>
<content type='text'>
</content>
</entry>
</feed>
