From: Randy Dunlap Date: Sun, 30 Oct 2005 23:03:43 +0000 (-0800) Subject: [PATCH] hpet: use HPET physical addresses for dup. detection X-Git-Tag: v2.6.15-rc1~59^2~15^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6ab126211e2ab17eecbd063b99742a6b04b228e;p=pandora-kernel.git [PATCH] hpet: use HPET physical addresses for dup. detection - Use HPET physical address to detect duplicates, not logical addresses. Using logical (mapped) addresses fails to detect duplicates because ioremap() returns a new mapped address each time. - iounmap() regions when duplicate/busy areas are found. Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed