<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/include/asm-powerpc/syscalls.h, branch v2.6.24.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>[POWERPC] Consolidate sys_sigaltstack</title>
<updated>2007-06-14T12:29:57+00:00</updated>
<author>
<name>Christoph Hellwig</name>
<email>hch@lst.de</email>
</author>
<published>2007-06-04T05:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=69d15f6b352a681f1db9bc70219a3e8e9d503dbf'/>
<id>69d15f6b352a681f1db9bc70219a3e8e9d503dbf</id>
<content type='text'>
sys_sigaltstack is the same on 32bit and 64 and we can consolidate it
to signal.c.  The only difference is that the 32bit code uses ints
for the unused register paramaters and 64bit unsigned long.  I've
changed it to unsigned long because it's the same width on 32bit.

(I also wonder who came up with this awkward calling convention.. :))

Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;
Signed-off-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sys_sigaltstack is the same on 32bit and 64 and we can consolidate it
to signal.c.  The only difference is that the 32bit code uses ints
for the unused register paramaters and 64bit unsigned long.  I've
changed it to unsigned long because it's the same width on 32bit.

(I also wonder who came up with this awkward calling convention.. :))

Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;
Signed-off-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] powerpc: declare arch syscalls in &lt;asm/syscalls.h&gt;</title>
<updated>2006-03-27T03:48:22+00:00</updated>
<author>
<name>Arnd Bergmann</name>
<email>abergman@de.ibm.com</email>
</author>
<published>2006-03-22T23:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=a7f31841a40776605c834053ad1eb82d539bd79f'/>
<id>a7f31841a40776605c834053ad1eb82d539bd79f</id>
<content type='text'>
powerpc currently declares some of its own system calls
in &lt;asm/unistd.h&gt;, but not all of them. That place also
contains remainders of the now almost unused kernel syscall
hack.

 - Add a new &lt;asm/syscalls.h&gt; with clean declarations
 - Include that file from every source that implements one
   of these
 - Get rid of old declarations in &lt;asm/unistd.h&gt;

This patch is required as a base for implementing system
calls from an SPU, but also makes sense as a general
cleanup.

Signed-off-by: Arnd Bergmann &lt;arnd.bergmann@de.ibm.com&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
powerpc currently declares some of its own system calls
in &lt;asm/unistd.h&gt;, but not all of them. That place also
contains remainders of the now almost unused kernel syscall
hack.

 - Add a new &lt;asm/syscalls.h&gt; with clean declarations
 - Include that file from every source that implements one
   of these
 - Get rid of old declarations in &lt;asm/unistd.h&gt;

This patch is required as a base for implementing system
calls from an SPU, but also makes sense as a general
cleanup.

Signed-off-by: Arnd Bergmann &lt;arnd.bergmann@de.ibm.com&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
