6e3ff44cebd7e46756dec88f30c982bebefdab7 author dann frazier 1280274659 -0600 committer Wim Van Sebroeck 1281732877 +0000 watchdog: hpwdt (5/12): Make x86 assembly ifdef guard more strict The 32-bit assembly is guarded by an #ifndef CONFIG_X86_64. Kconfig prevents us from building this driver on !X86, so that happens to suffice - but we should really lock it down to #ifdef CONFIG_X86_32. Signed-off-by: dann frazier Acked-by: Thomas Mingarelli Signed-off-by: Wim Van Sebroeck ä_Ëõš+x