From: Feng Tang Date: Thu, 7 Apr 2011 01:39:49 +0000 (+0800) Subject: x86/mrst/vrtc: Fix boot crash in mrst_rtc_init() X-Git-Tag: v2.6.39-rc3~17^4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09552b2696896dbb715be0caf91b23276f9139ba;hp=09552b2696896dbb715be0caf91b23276f9139ba;p=pandora-kernel.git x86/mrst/vrtc: Fix boot crash in mrst_rtc_init() The sfi_mrtc_array[] only gets initialized when the sfi mrtc table is parsed, so the vrtc_paddr should be initalized after it too. Signed-off-by: Feng Tang Signed-off-by: Alan Cox Cc: Linus Torvalds Link: http://lkml.kernel.org/r/1302140389-27603-1-git-send-email-feng.tang@intel.com Signed-off-by: Ingo Molnar ---