--- /dev/null
+From stable-bounces@linux.kernel.org Sun Jun 25 05:50:21 2006
+Date: Sun, 25 Jun 2006 05:48:44 -0700
+From: akpm@osdl.org
+To: torvalds@osdl.org
+Cc: anton@samba.org, stable@kernel.org
+Subject: [stable] [patch 141/207] Link error when futexes are disabled on 64bit architectures
+
+
+From: Anton Blanchard <anton@samba.org>
+
+If futexes are disabled we fail to link on ppc64.
+
+Signed-off-by: Anton Blanchard <anton@samba.org>
+Cc: <stable@kernel.org>
+Signed-off-by: Andrew Morton <akpm@osdl.org>
+---
+
+ kernel/exit.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- linux-2.6.17.1.orig/kernel/exit.c
++++ linux-2.6.17.1/kernel/exit.c
+@@ -899,7 +899,7 @@ fastcall NORET_TYPE void do_exit(long co
+ }
+ if (unlikely(tsk->robust_list))
+ exit_robust_list(tsk);
+-#ifdef CONFIG_COMPAT
++#if defined(CONFIG_FUTEX) && defined(CONFIG_COMPAT)
+ if (unlikely(tsk->compat_robust_list))
+ compat_exit_robust_list(tsk);
+ #endif
libata-minor-patch-for-ata_dflag_pio.patch
ide-io-increase-timeout-value-to-allow-for-slave-wakeup.patch
kbuild-fix-100-initramfs-bloat-in-2.6.17-versus-2.6.16.patch
+link-error-when-futexes-are-disabled-on-64bit-architectures.patch