]> git.baikalelectronics.ru Git - kernel.git/commit
OMAP: mailbox: change full flag per mailbox queue instead of global
authorFernando Guzman Lugo <x0095840@ti.com>
Mon, 29 Nov 2010 20:24:11 +0000 (20:24 +0000)
committerHari Kanigeri <h-kanigeri2@ti.com>
Thu, 2 Dec 2010 11:43:15 +0000 (05:43 -0600)
commitabe50afa82187de462c347c0acfc261d6548b88d
tree9213446903c5a541a8b82bee48af273c3f30a88f
parentb003b636e9ae6832a60fe9625655bbd9fe40feac
OMAP: mailbox: change full flag per mailbox queue instead of global

The variable rq_full flag is a global variable, so if there are multiple
mailbox users there will be conflicts. Now there is a full flag per
mailbox queue.

Reported-by: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: Fernando Guzman Lugo <x0095840@ti.com>
Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
Acked-by: Hiroshi Doyu <hiroshi.doyu@nokia.com>
arch/arm/plat-omap/include/plat/mailbox.h
arch/arm/plat-omap/mailbox.c