From: Suresh Siddha Date: Wed, 3 Sep 2008 23:58:35 +0000 (-0700) Subject: dmar: fix dmar_parse_dev() devices_cnt error condition check X-Git-Tag: v2.6.28-rc1~80^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c7d1bcad218808a4f67a4492a5e1d920e85c239;p=pandora-kernel.git dmar: fix dmar_parse_dev() devices_cnt error condition check It is possible that, instead of PCI endpoint/sub-hierarchy structures, only IO-APIC/HPET devices may be reported under device scope structures. Fix the devices_cnt error check, which cares about only PCI structures and removes the dma-remapping unit structure (dmaru) when the devices_cnt is zero and include_all flag is not set. Signed-off-by: Suresh Siddha Acked-by: Yinghai Lu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed