1 From b03f695e25bbdaa95a2cc87e15ee8592e7ca128d Mon Sep 17 00:00:00 2001
2 From: Sakari Ailus <sakari.ailus@maxwell.research.nokia.com>
3 Date: Tue, 10 Feb 2009 18:01:29 +0200
4 Subject: [PATCH] omap iommu: Don't try BUG_ON(in_interrupt())
6 Signed-off-by: Sakari Ailus <sakari.ailus@maxwell.research.nokia.com>
8 arch/arm/plat-omap/iovmm.c | 2 --
9 1 files changed, 0 insertions(+), 2 deletions(-)
11 diff --git a/arch/arm/plat-omap/iovmm.c b/arch/arm/plat-omap/iovmm.c
12 index 6726d10..bdfbb09 100644
13 --- a/arch/arm/plat-omap/iovmm.c
14 +++ b/arch/arm/plat-omap/iovmm.c
15 @@ -523,8 +523,6 @@ static struct sg_table *unmap_vm_area(struct iommu *obj, const u32 da,
16 struct sg_table *sgt = NULL;
17 struct iovm_struct *area;
19 - BUG_ON(in_interrupt());
21 if (!IS_ALIGNED(da, PAGE_SIZE)) {
22 dev_err(obj->dev, "%s: alignment err(%08x)\n", __func__, da);