summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-01-29 16:55:36 -0500
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-01-29 16:55:36 -0500
commit002d5959d615dbf7d14ed9fa0d267946dacdc4d5 (patch)
tree32417bf86d16b324eee2afe4454cb42b9394f1cd
parentf1dbf1e26aa043bff81c79e328a87b35acfe1105 (diff)
downloadrt-patches-002d5959d615dbf7d14ed9fa0d267946dacdc4d5.tar.gz
s390 doesnt have this semaphore anymore; drop patch
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--s390-cio-crw-semaphore-cleanup.patch29
-rw-r--r--series2
2 files changed, 0 insertions, 31 deletions
diff --git a/s390-cio-crw-semaphore-cleanup.patch b/s390-cio-crw-semaphore-cleanup.patch
deleted file mode 100644
index 0d0169d..0000000
--- a/s390-cio-crw-semaphore-cleanup.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 4d0318d253ce30d76fd729b586f56ed20a5f8e4d Mon Sep 17 00:00:00 2001
-From: Thomas Gleixner <tglx@linutronix.de>
-Date: Sun, 26 Jul 2009 00:49:36 +0200
-Subject: [PATCH] s390: cio/crw: semaphore cleanup
-
-commit 4d0318d253ce30d76fd729b586f56ed20a5f8e4d in tip.
-
-The usage of this "mutex" is non obvious and probably a completion in
-some places. Make it a semaphore.
-
-Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
-
-diff --git a/drivers/s390/cio/crw.c b/drivers/s390/cio/crw.c
-index d157665..dde3d10 100644
---- a/drivers/s390/cio/crw.c
-+++ b/drivers/s390/cio/crw.c
-@@ -137,7 +137,7 @@ void crw_handle_channel_report(void)
- */
- static int __init crw_init_semaphore(void)
- {
-- init_MUTEX_LOCKED(&crw_semaphore);
-+ semaphore_init_locked(&crw_semaphore);
- return 0;
- }
- pure_initcall(crw_init_semaphore);
---
-1.7.1.1
-
diff --git a/series b/series
index 4fa4ee8..355a6e8 100644
--- a/series
+++ b/series
@@ -62,7 +62,6 @@ hamradio-mkiss-semaphore-cleanup.patch
net-ppp_async-semaphore-cleanup.patch
parport-semaphore-cleanup.patch
ibmphp-hpc-semaphore-cleanup.patch
-s390-cio-crw-semaphore-cleanup.patch
scsi-aacraid-semaphore-cleanup.patch
smbfs-Convert-server-sem-to-mutex.patch
hpfs-Convert-sbi-hpfs_creation_de-to-mutex.patch
@@ -405,7 +404,6 @@ vga-console-Remove-the-CON_ATOMIC-flag.patch
tracing-Define-pid-functions-for-all-config-combinat.patch
Loongson-make-_rdmsr-_wrmsr-be-atomic.patch
Loongson-Cleanup-the-comment-of-reset_cpu.patch
-Loongson-Lemote-2F-USB-Not-Emulate-Non-Posted-Writes.patch
USB-Fix-the-mouse-problem-when-copying-large-amounts.patch
# v2.6.33-rt5.patch
# v2.6.33-rt6.patch