From: Feng Tang Date: Tue, 20 Oct 2009 04:54:02 +0000 (+0800) Subject: x86: Make EFI RTC function depend on 32bit again X-Git-Tag: v2.6.32-rc6~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=772be899bc022ef2b911c3611b487d417e3269c3;p=pandora-kernel.git x86: Make EFI RTC function depend on 32bit again The EFI RTC functions are only available on 32 bit. commit 7bd867df (x86: Move get/set_wallclock to x86_platform_ops) removed the 32bit dependency which leads to boot crashes on 64bit EFI systems. Add the dependency back. Solves: http://bugzilla.kernel.org/show_bug.cgi?id=14466 Tested-by: Matthew Garrett Signed-off-by: Feng Tang LKML-Reference: <20091020125402.028d66d5@feng-desktop> Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed