commit | 376ec33fcb246fdd7de1696d33739a0fd36f6537 | [log] [tgz] |
---|---|---|
author | Suresh Siddha <suresh.b.siddha@intel.com> | Mon May 16 21:53:32 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue May 17 07:59:16 2005 -0700 |
tree | d563f7e14935330e0b6d38ce48f12d15ecea090d | |
parent | 3b9ba4d5e23fcab24dd4d2e46dce11f5863869b4 [diff] |
[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>