From: FUJITA Tomonori Date: Tue, 4 Mar 2008 22:28:57 +0000 (-0800) Subject: alpha: IOMMU had better access to the free space bitmap at only one place X-Git-Tag: v2.6.25-rc4~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23d7e0390ab57cf15a5cfe8d6806192f0997e5a8;p=pandora-kernel.git alpha: IOMMU had better access to the free space bitmap at only one place iommu_arena_find_pages duplicates the code to access to the bitmap for free space management. This patch convert the IOMMU code to have only one place to access the bitmap, in the popular way that other IOMMUs (e.g. POWER and SPARC) do. This patch is preparation for modifications to fix the IOMMU segment boundary problem. Signed-off-by: FUJITA Tomonori Cc: Richard Henderson Cc: Ivan Kokshaysky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed