patches-3.6.11-rt25.tar.xz

md5sum:
a1d01a3cf1f1821f9f2e4c16f3ed23e2  patches-3.6.11-rt25.tar.xz

No announce, just a trivial include fixup as spotted by
Clark W.

http://marc.info/?l=linux-rt-users&m=135610438919150&w=2

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
diff --git a/block-use-cpu-chill.patch b/block-use-cpu-chill.patch
index 5bf1957..bb9a6d9 100644
--- a/block-use-cpu-chill.patch
+++ b/block-use-cpu-chill.patch
@@ -12,14 +12,22 @@
 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
 Cc: stable-rt@vger.kernel.org
 ---
- block/blk-ioc.c |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ block/blk-ioc.c |    5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
 
 Index: linux-stable/block/blk-ioc.c
 ===================================================================
 --- linux-stable.orig/block/blk-ioc.c
 +++ linux-stable/block/blk-ioc.c
-@@ -110,7 +110,7 @@ static void ioc_release_fn(struct work_s
+@@ -8,6 +8,7 @@
+ #include <linux/blkdev.h>
+ #include <linux/bootmem.h>	/* for max_pfn/max_low_pfn */
+ #include <linux/slab.h>
++#include <linux/delay.h>
+ 
+ #include "blk.h"
+ 
+@@ -110,7 +111,7 @@ static void ioc_release_fn(struct work_s
  			spin_unlock(q->queue_lock);
  		} else {
  			spin_unlock_irqrestore(&ioc->lock, flags);
@@ -28,7 +36,7 @@
  			spin_lock_irqsave_nested(&ioc->lock, flags, 1);
  		}
  	}
-@@ -188,7 +188,7 @@ retry:
+@@ -188,7 +189,7 @@ retry:
  			spin_unlock(icq->q->queue_lock);
  		} else {
  			spin_unlock_irqrestore(&ioc->lock, flags);
diff --git a/localversion.patch b/localversion.patch
index 616cd6f..589710c 100644
--- a/localversion.patch
+++ b/localversion.patch
@@ -14,4 +14,4 @@
 --- /dev/null
 +++ linux-stable/localversion-rt
 @@ -0,0 +1 @@
-+-rt24
++-rt25