diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-05-10 07:00:55 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-05-11 09:28:32 -0400 |
commit | 44320f2bcbc05c3f4d62fcdd06fe440d9a803ce0 (patch) | |
tree | df01c27891240ec9d221366c74e3bcb265494706 /include/asm-mips/mach-cobalt | |
parent | f009bbf10fe2321a536b4bd922fc8d070ebe27fd (diff) |
[MIPS] Add extern cobalt_board_id
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mach-cobalt')
-rw-r--r-- | include/asm-mips/mach-cobalt/cobalt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/mach-cobalt/cobalt.h b/include/asm-mips/mach-cobalt/cobalt.h index 24a8d51a55a3..684a501c04cf 100644 --- a/include/asm-mips/mach-cobalt/cobalt.h +++ b/include/asm-mips/mach-cobalt/cobalt.h | |||
@@ -69,6 +69,8 @@ | |||
69 | #define COBALT_BRD_ID_QUBE2 0x5 | 69 | #define COBALT_BRD_ID_QUBE2 0x5 |
70 | #define COBALT_BRD_ID_RAQ2 0x6 | 70 | #define COBALT_BRD_ID_RAQ2 0x6 |
71 | 71 | ||
72 | extern int cobalt_board_id; | ||
73 | |||
72 | #define PCI_CFG_SET(devfn,where) \ | 74 | #define PCI_CFG_SET(devfn,where) \ |
73 | GT_WRITE(GT_PCI0_CFGADDR_OFS, (0x80000000 | (PCI_SLOT (devfn) << 11) | \ | 75 | GT_WRITE(GT_PCI0_CFGADDR_OFS, (0x80000000 | (PCI_SLOT (devfn) << 11) | \ |
74 | (PCI_FUNC (devfn) << 8) | (where))) | 76 | (PCI_FUNC (devfn) << 8) | (where))) |