1
0
Fork 0
alistair23-linux/arch/sh
Ulrich Drepper d35c7b0e54 unified (weak) sys_pipe implementation
This replaces the duplicated arch-specific versions of "sys_pipe()" with
one unified implementation.  This removes almost 250 lines of duplicated
code.

It's marked __weak, so that *if* an architecture wants to override the
default implementation it can do so by simply having its own replacement
version, since many architectures use alternate calling conventions for
the 'pipe()' system call for legacy reasons (ie traditional UNIX
implementations often return the two file descriptors in registers)

I still haven't changed the cris version even though Linus says the BKL
isn't needed.  The arch maintainer can easily do it if there are really
no obstacles.

Signed-off-by: Ulrich Drepper <drepper@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-05-03 13:50:33 -07:00
..
boards i2c: Convert most new-style drivers to use module aliasing 2008-04-29 23:11:40 +02:00
boot sh: fix compressed kernel build 2008-04-16 02:01:55 +09:00
cchips sh: Kill off more dead symbols. 2008-02-14 14:22:12 +09:00
configs sh: Add support for Solution Engine SH7721 board 2008-04-18 09:50:02 -07:00
drivers iomap: fix 64 bits resources on 32 bits 2008-04-29 08:06:02 -07:00
kernel unified (weak) sys_pipe implementation 2008-05-03 13:50:33 -07:00
lib sh: Allow optimized clear/copy page routines to be used on SH-2. 2008-04-18 09:50:02 -07:00
lib64 sh: Fix up the sh64 build. 2008-03-06 17:23:15 +09:00
math-emu sh: Fix up the math-emu build. 2007-06-11 15:57:42 +09:00
mm hotplug-memory: make online_page() common 2008-04-28 08:58:17 -07:00
oprofile sh: Add -Werror for clean directories. 2007-11-07 11:13:55 +09:00
tools sh: Fix up mach-types formatting from merge damage. 2008-04-18 09:50:05 -07:00
Kconfig sh: Add support for SH7723 CPU subtype. 2008-04-18 09:50:07 -07:00
Kconfig.cpu sh: Disable big endian for SH-5. 2008-02-14 14:22:10 +09:00
Kconfig.debug sh: Initial support for the MX-G CPU. 2008-04-18 09:50:01 -07:00
Makefile sh: Add support for Solution Engine SH7721 board 2008-04-18 09:50:02 -07:00