[PATCH] x86_64: Fix OEM hpet check
authorSuresh Siddha <suresh.b.siddha@intel.com>
Tue, 17 May 2005 04:53:32 +0000 (21:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 17 May 2005 14:59:16 +0000 (07:59 -0700)
commit376ec33fcb246fdd7de1696d33739a0fd36f6537
treed563f7e14935330e0b6d38ce48f12d15ecea090d
parent3b9ba4d5e23fcab24dd4d2e46dce11f5863869b4
[PATCH] x86_64: Fix OEM hpet check

Use bitmap_zero instead of bitmap_empty to initialise cpu mask This makes it
actually run reliable instead of relying on stack state.

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/apic.c