diff options
| author | Ricardo Ribalda Delgado <[email protected]> | 2008-07-17 11:44:12 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2008-07-18 12:30:50 +0200 |
| commit | d865fd09809a3a18669f35f970781820af40e4de (patch) | |
| tree | 65506c7eae8f9ebe754f44dcd659a470c211db72 /include/asm-ppc/processor.h | |
| parent | 42246dacf60d5028d3a48a220ce94efcf56faec4 (diff) | |
ppc4xx: CPU PPC440x5 on Virtex5 FX
-This patchs gives support for the embbedded ppc440
on the Virtex5 FPGAs
-interrupts.c divided in uic.c and interrupts.c
-xilinx_irq.c for xilinx interrupt controller
-Include modifications propossed by Stefan Roese
Signed-off-by: Ricardo Ribalda Delgado <[email protected]>
Acked-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include/asm-ppc/processor.h')
| -rw-r--r-- | include/asm-ppc/processor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h index b2148444a1f..dce4717f427 100644 --- a/include/asm-ppc/processor.h +++ b/include/asm-ppc/processor.h @@ -859,6 +859,8 @@ #define PVR_86xx 0x80040000 #define PVR_86xx_REV1 (PVR_86xx | 0x0010) +#define PVR_VIRTEX5 0x7ff21912 + /* * For the 8xx processors, all of them report the same PVR family for * the PowerPC core. The various versions of these processors must be |
