Update context in rt patch for 3.0.2

svn path=/dists/sid/linux-2.6/; revision=17921
This commit is contained in:
Ben Hutchings 2011-08-14 20:10:24 +00:00
parent 43e5383c2b
commit 2be3f4cbdf
1 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
bwh: Update context for 3.0.2
Index: linux-2.6/kernel/trace/ftrace.c
===================================================================
--- linux-2.6.orig/kernel/trace/ftrace.c
@ -17402,8 +17404,8 @@ Index: linux-2.6/arch/sparc/kernel/setup_64.c
--- linux-2.6.orig/arch/sparc/kernel/setup_64.c
+++ linux-2.6/arch/sparc/kernel/setup_64.c
@@ -278,6 +278,12 @@ void __init boot_cpu_id_too_large(int cp
popc_patch();
}
#endif
+static inline void register_prom_console(void)
+{
@ -21557,7 +21559,7 @@ Index: linux-2.6/kernel/futex.c
- rt_waiter.task = NULL;
+ rt_mutex_init_waiter(&rt_waiter, false);
ret = get_futex_key(uaddr2, flags & FLAGS_SHARED, &key2);
ret = get_futex_key(uaddr2, flags & FLAGS_SHARED, &key2, VERIFY_WRITE);
if (unlikely(ret != 0))
@@ -2268,20 +2277,55 @@ static int futex_wait_requeue_pi(u32 __u
/* Queue the futex_q, drop the hb lock, wait for wakeup. */