]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
DSPGW: Remove CONFIG_OMAP_DSP_TASK_MULTIOPEN
authorHiroshi DOYU <Hiroshi.DOYU@nokia.com>
Mon, 30 Jul 2007 11:04:00 +0000 (14:04 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 10 Aug 2007 07:52:39 +0000 (00:52 -0700)
This MULTIOPEN feature should always be enabled.

Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/dsp/Kconfig
arch/arm/plat-omap/dsp/task.c

index 0d62beee8a39ca60e43489b820fb20e19ba157cc..122164abbf9dff316cb125e7e6d2b58332e58947 100644 (file)
@@ -14,13 +14,6 @@ config OMAP_DSP_MBCMD_VERBOSE
           This enables kernel log output in the Mailbox command exchanges
          in the DSP Gateway driver.
 
-config OMAP_DSP_TASK_MULTIOPEN
-       bool "DSP Task Multiopen Capability"
-       depends on OMAP_DSP
-       help
-          This enables DSP tasks to be opened by multiple times at a time.
-         Otherwise, they can be opened only once at a time.
-
 config OMAP_DSP_FBEXPORT
        bool "Framebuffer export to DSP"
        depends on OMAP_DSP && FB
index f2ccbdf8be9b57340ea46abe1ee280627333acbe..b43f70409928bfe063dcc97bc220da88fd5c4c70 100644 (file)
@@ -1453,13 +1453,6 @@ static int dsp_task_open(struct inode *inode, struct file *file)
        }
 
  attached:
-       /* ATTACHED */
-#ifndef CONFIG_OMAP_DSP_TASK_MULTIOPEN
-       if (dev->usecount > 0) {
-               up_write(&dev->state_sem);
-               return -EBUSY;
-       }
-#endif
        ret = proc_list_add(&dev->proc_list_lock,
                            &dev->proc_list, current, file);
        if (ret)