Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112611
b: refs/heads/master
c: d58befd
h: refs/heads/master
i:
  112609: 904d3e3
  112607: b19ac93
v: v3
  • Loading branch information
Joerg Roedel authored and Ingo Molnar committed Sep 19, 2008
1 parent 99e41d4 commit 6bec7a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6754086ce67c0a1f5d7eac612102368781e14588
refs/heads/master: d58befd3a0110c93d70756537b4d01d05a9e6e12
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/amd_iommu_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,8 @@ int __init amd_iommu_init(void)
return ret;

free:
free_pages((unsigned long)amd_iommu_pd_alloc_bitmap, 1);
free_pages((unsigned long)amd_iommu_pd_alloc_bitmap,
get_order(MAX_DOMAIN_ID/8));

free_pages((unsigned long)amd_iommu_pd_table,
get_order(rlookup_table_size));
Expand Down

0 comments on commit 6bec7a5

Please sign in to comment.