From: Yinghai Lu Date: Wed, 3 Sep 2008 23:58:32 +0000 (-0700) Subject: dmar: fix using early fixmap mapping for DMAR table parsing X-Git-Tag: v2.6.28-rc1~80^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6dd5c3106fb283e37d915eeb33019ef40510f85;p=pandora-kernel.git dmar: fix using early fixmap mapping for DMAR table parsing Very early detection of the DMAR tables will setup fixmap mapping. For parsing these tables later (while enabling dma and/or interrupt remapping), early fixmap mapping shouldn't be used. Fix it by calling table detection routines again, which will call generic apci_get_table() for setting up the correct mapping. Signed-off-by: Yinghai Lu Signed-off-by: Suresh Siddha Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed