]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86, AMD IOMMU: use true/false instead of 0/1 for bool value
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 11 Jul 2008 15:14:30 +0000 (17:14 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 11 Jul 2008 16:01:15 +0000 (18:01 +0200)
commit58a3bee567b588a84cdde05fecc45439b396362c
treeb7157953bd7ed31eb614e8020b57392160a16360
parentd0312b2142ac7665031755c1cc3dba827d4eb711
x86, AMD IOMMU: use true/false instead of 0/1 for bool value

This patch replaces the integer values used for the bool variable in ACPI
scanning code with true and false.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Cc: iommu@lists.linux-foundation.org
Cc: bhavna.sarathy@amd.com
Cc: robert.richter@amd.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/amd_iommu_init.c