commit | fa5cecd111d235819a1d807d43216ae459a0dd6f | [log] [tgz] |
---|---|---|
author | Amol Lad <amol@verismonetworks.com> | Thu Dec 07 02:14:02 2006 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Thu Dec 07 02:14:02 2006 +0100 |
tree | a6cfabad6e581ba2396a2660a3c2553baefce16f | |
parent | c0e84b9901c0924e2503c0aab3772a4469ba4aef [diff] |
[PATCH] i386: add missing iounmap in i386 hpet clocksource code ioremap must be balanced by an iounmap and failing to do so can result in a memory leak. Tested (compilation only): - using allmodconfig - making sure the files are compiling without any warning/error due to new changes Signed-off-by: Amol Lad <amol@verismonetworks.com> Signed-off-by: Andi Kleen <ak@suse.de>