commit | b6ab126211e2ab17eecbd063b99742a6b04b228e | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy_d_dunlap@linux.intel.com> | Sun Oct 30 15:03:43 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 30 17:37:31 2005 -0800 |
tree | b92172fb297b29d0fb32e08ac0a2aaaee4fdc2d6 | |
parent | 757c4724099a31a61754ea5202802eaa1def851c [diff] |
[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 <randy_d_dunlap@linux.intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>