diff options
author | Jacob Pan <jacob.jun.pan@intel.com> | 2010-02-12 06:08:30 -0500 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-02-24 02:15:19 -0500 |
commit | 16ab5395856d8953ae3d81e81bd6a8c269a1bfd6 (patch) | |
tree | 538251c28e40fecfb6a39a3ac84994392aa0297c /arch/x86/include/asm | |
parent | af2730f6eefce24c4ef1dc3f8267d33626db81bc (diff) |
x86, mrst: Add platform timer info parsing code
Moorestown platform timer information is obtained from SFI FW tables.
This patch parses SFI table then assign the irq information to mp_irqs.
Signed-off-by: Jacob Pan <jacob.jun.pan@intel.com>
LKML-Reference: <43F901BD926A4E43B106BF17856F07559FB80D0B@orsmsx508.amr.corp.intel.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm')
-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 57a177a8e823..fa144f2dd256 100644 --- a/arch/x86/include/asm/mrst.h +++ b/arch/x86/include/asm/mrst.h | |||
@@ -12,4 +12,6 @@ | |||
12 | #define _ASM_X86_MRST_H | 12 | #define _ASM_X86_MRST_H |
13 | extern int pci_mrst_init(void); | 13 | extern int pci_mrst_init(void); |
14 | 14 | ||
15 | #define SFI_MTMR_MAX_NUM 8 | ||
16 | |||
15 | #endif /* _ASM_X86_MRST_H */ | 17 | #endif /* _ASM_X86_MRST_H */ |