alistair23-linux/arch/blackfin
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
..
boot [Blackfin] arch: add include/boot .gitignore files 2008-04-25 08:29:11 +08:00
configs [Blackfin] arch: merge ip0x-specific board changes 2008-04-24 05:03:26 +08:00
kernel unified (weak) sys_pipe implementation 2008-05-03 13:50:33 -07:00
lib [Blackfin] arch: fix bug - make memcpy return the dest addr. 2007-12-21 21:12:21 +08:00
mach-bf527 [Blackfin] arch: Functional power management support: Remove broken cpu frequency scaling drivers 2008-04-25 04:52:11 +08:00
mach-bf533 i2c: Convert most new-style drivers to use module aliasing 2008-04-29 23:11:40 +02:00
mach-bf537 i2c: Convert most new-style drivers to use module aliasing 2008-04-29 23:11:40 +02:00
mach-bf548 i2c: Convert most new-style drivers to use module aliasing 2008-04-29 23:11:40 +02:00
mach-bf561 [Blackfin] arch: add Blackfin on-chip SIR IrDA driver support 2008-04-25 03:09:15 +08:00
mach-common [Blackfin] arch: Functional power management support: Add support for cpu frequency scaling 2008-04-25 04:58:29 +08:00
mm [Blackfin] arch: fix bug - make sure we check the right L1 length 2008-04-23 08:55:26 +08:00
oprofile [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__ 2008-04-23 09:39:01 +08:00
Kconfig [Blackfin] arch: Add a warning about the value of CLKIN. 2008-04-25 04:39:28 +08:00
Kconfig.debug [Blackfin] arch: add slightly better help text for CPLB_INFO 2008-02-02 15:32:40 +08:00
Makefile [Blackfin] arch: declare CHECKFLAGS to make sparse output more readable 2008-03-07 02:43:48 +08:00