]> git.baikalelectronics.ru Git - kernel.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)
commit7120bcb3b58139c328b135f6ba81d0a028c02dd2
tree608d27556e7e3677c98555543e407e8bc083236d
parent84735076efcfc22f74f9d03301353d1b3bfeb4bd
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