diff options
author | Kumar Gala <galak@freescale.com> | 2005-05-28 15:52:07 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-28 16:46:15 -0700 |
commit | ed36959621451da7195be83b87878b060ce64724 (patch) | |
tree | bfd2832cfc6efe8b77d94304e7a39157b3183019 /arch/ppc/platforms/85xx/mpc85xx_cds_common.h | |
parent | 252fcaed48fc5473b3fc3cafbf977244b0cbf670 (diff) | |
download | kernel_samsung_smdk4412-ed36959621451da7195be83b87878b060ce64724.zip kernel_samsung_smdk4412-ed36959621451da7195be83b87878b060ce64724.tar.gz kernel_samsung_smdk4412-ed36959621451da7195be83b87878b060ce64724.tar.bz2 |
[PATCH] ppc32: Add VIA IDE support to MPC8555 CDS platform
Add support for the VIA IDE controller that exists on the MPC8555 CDS
system. Updated the config for the system to enable support by default.
Signed-off-by: Scott Hall <shall@mvista.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Cc: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/platforms/85xx/mpc85xx_cds_common.h')
-rw-r--r-- | arch/ppc/platforms/85xx/mpc85xx_cds_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/ppc/platforms/85xx/mpc85xx_cds_common.h b/arch/ppc/platforms/85xx/mpc85xx_cds_common.h index 7627d77..12b292c 100644 --- a/arch/ppc/platforms/85xx/mpc85xx_cds_common.h +++ b/arch/ppc/platforms/85xx/mpc85xx_cds_common.h @@ -77,4 +77,7 @@ #define MPC85XX_PCI2_IO_SIZE 0x01000000 +#define NR_8259_INTS 16 +#define CPM_IRQ_OFFSET NR_8259_INTS + #endif /* __MACH_MPC85XX_CDS_H__ */ |