]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86/amd-iommu: Move some pte allocation functions in the right section
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 24 Nov 2009 16:43:32 +0000 (17:43 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Fri, 27 Nov 2009 13:20:30 +0000 (14:20 +0100)
commit308973d3b958b9328a1051642c81ee6dbc5021a4
tree608d27556e7e3677c98555543e407e8bc083236d
parent87a64d523825351a23743e69949c2a8c2077cecf
x86/amd-iommu: Move some pte allocation functions in the right section

This patch moves alloc_pte() and fetch_pte() into the page
table handling code section so that the forward declarations
for them could be removed.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
arch/x86/kernel/amd_iommu.c