Revision d5dedf99e4ca9860ce8a1dd42db1cb666c360632 authored by Andrew Morton on 05 March 2007, 08:30:04 UTC, committed by Linus Torvalds on 05 March 2007, 15:57:50 UTC
In http://bugzilla.kernel.org/show_bug.cgi?id=8065, Shen points out that the
cyclades driver forget to return closing_wait to userspace.

Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Shen <shanlu@cs.uiuc.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 20b0f65
Raw File
Kbuild
include include/asm-generic/Kbuild.asm

header-y += break.h
header-y += fpu.h
header-y += fpswa.h
header-y += gcc_intrin.h
header-y += ia64regs.h
header-y += intel_intrin.h
header-y += intrinsics.h
header-y += perfmon_default_smpl.h
header-y += ptrace_offsets.h
header-y += rse.h
header-y += ucontext.h

unifdef-y += perfmon.h
unifdef-y += ustack.h
back to top