diff options
author | Feng Tang <feng.tang@intel.com> | 2010-02-12 03:37:38 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-02-23 23:15:19 -0800 |
commit | cf089455966e21aeb8e4cd2669e0c1885667b04e (patch) | |
tree | 83c1922684029e9b71b41db6aff804ab0d68353e /arch/x86/include | |
parent | 16ab5395856d8953ae3d81e81bd6a8c269a1bfd6 (diff) | |
download | op-kernel-dev-cf089455966e21aeb8e4cd2669e0c1885667b04e.zip op-kernel-dev-cf089455966e21aeb8e4cd2669e0c1885667b04e.tar.gz |
x86, mrst: Add vrtc platform data setup code
vRTC information is obtained from SFI tables on Moorestown, this patch parses
these tables and assign the information.
Signed-off-by: Feng Tang <feng.tang@intel.com>
LKML-Reference: <43F901BD926A4E43B106BF17856F07559FB80D0D@orsmsx508.amr.corp.intel.com>
Signed-off-by: Jacob Pan <jacob.jun.pan@intel.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/mrst.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/mrst.h b/arch/x86/include/asm/mrst.h index fa144f2..451d30e 100644 --- a/arch/x86/include/asm/mrst.h +++ b/arch/x86/include/asm/mrst.h @@ -11,7 +11,9 @@ #ifndef _ASM_X86_MRST_H #define _ASM_X86_MRST_H extern int pci_mrst_init(void); +int __init sfi_parse_mrtc(struct sfi_table_header *table); #define SFI_MTMR_MAX_NUM 8 +#define SFI_MRTC_MAX 8 #endif /* _ASM_X86_MRST_H */ |