x86/mrst/vrtc: Fix boot crash in mrst_rtc_init()
authorFeng Tang <feng.tang@intel.com>
Thu, 7 Apr 2011 01:39:49 +0000 (09:39 +0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 7 Apr 2011 09:27:42 +0000 (11:27 +0200)
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 <feng.tang@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: http://lkml.kernel.org/r/1302140389-27603-1-git-send-email-feng.tang@intel.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found