From: Joerg Roedel Date: Wed, 17 Sep 2008 10:19:58 +0000 (+0200) Subject: AMD IOMMU: free domain bitmap with its allocation order X-Git-Tag: v2.6.28-rc1~712^2^4~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d58befd3a0110c93d70756537b4d01d05a9e6e12;p=pandora-kernel.git AMD IOMMU: free domain bitmap with its allocation order The amd_iommu_pd_alloc_bitmap is allocated with a calculated order and freed with order 1. This is not a bug since the calculated order always evaluates to 1, but its unclean code. So replace the 1 with the calculation in the release path. Signed-off-by: Joerg Roedel Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed