From: Ivan Kokshaysky Date: Sun, 9 Mar 2008 13:31:17 +0000 (+0300) Subject: alpha: fix iommu-related boot panic X-Git-Tag: v2.6.25-rc5~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab875cf67e89eef150ae8d4ef09c361e47b6b398;p=pandora-kernel.git alpha: fix iommu-related boot panic This fixes a boot panic due to a typo in the recent iommu patchset from FUJITA Tomonori - the code used dma_get_max_seg_size() instead of dma_get_seg_boundary(). It also removes a couple of unnecessary BUG_ON() and ALIGN() macros. Signed-off-by: Ivan Kokshaysky Reported-and-tested-by: Bob Tracy Acked-by: FUJITA Tomonori Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed