x86/amd-iommu: Fix device table write order
authorJoerg Roedel <joerg.roedel@amd.com>
Mon, 31 Aug 2009 14:01:48 +0000 (16:01 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Thu, 3 Sep 2009 14:15:43 +0000 (16:15 +0200)
commitaa879fff5d12318259816aa35023e941a1e4d3d9
tree150412d34e3aca54d623a63cd0a390d5358f8712
parent0feae533ddebe02cda6ccce5cac7349b446776a8
x86/amd-iommu: Fix device table write order

The V bit of the device table entry has to be set after the
rest of the entry is written to not confuse the hardware.

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