From: dann frazier Date: Tue, 27 Jul 2010 23:50:59 +0000 (-0600) Subject: watchdog: hpwdt (5/12): Make x86 assembly ifdef guard more strict X-Git-Tag: v2.6.36-rc1~28^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b7f3d5321fef4c050073ae08ed9db6c83bb85f1;p=pandora-kernel.git 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 --- Reading git-diff-tree failed