]> bbs.cooldavid.org Git - net-next-2.6.git/commit
watchdog: hpwdt (5/12): Make x86 assembly ifdef guard more strict
authordann frazier <dannf@hp.com>
Tue, 27 Jul 2010 23:50:59 +0000 (17:50 -0600)
committerWim Van Sebroeck <wim@iguana.be>
Fri, 13 Aug 2010 20:54:37 +0000 (20:54 +0000)
commit6b7f3d5321fef4c050073ae08ed9db6c83bb85f1
treeafae00a9ed05c860ec31e8688642207df39bf34d
parent36e3ff44cebd7e46756dec88f30c982bebefdab7
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 <dannf@hp.com>
Acked-by: Thomas Mingarelli <Thomas.Mingarelli@hp.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/hpwdt.c