From f6e05a499359a71c9dc625313dd61ae9b99ab1a7 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 23 Jan 2013 11:05:22 +0100 Subject: [PATCH] Revert "ppc: Add Xilinx Virtex-5 FXT pvr value" This reverts commit d66798cba7ff45647704ba827f23e61a4940d942. Values are completely unused because there are missing strings shown in cpu.c file. Signed-off-by: Michal Simek --- arch/powerpc/include/asm/processor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h index 23290245105..19fe2503057 100644 --- a/arch/powerpc/include/asm/processor.h +++ b/arch/powerpc/include/asm/processor.h @@ -915,8 +915,6 @@ #define PVR_440SPe_RA 0x53521890 /* 440SPe rev A without RAID 6 support */ #define PVR_440SPe_6_RB 0x53421891 /* 440SPe rev B with RAID 6 support enabled */ #define PVR_440SPe_RB 0x53521891 /* 440SPe rev B without RAID 6 support */ -#define PVR_440x5_R1x 0x7ff21910 /* 440 rev 1.x in Xilinx Virtex-5 FXT FPGA */ -#define PVR_440x5_R20 0x7ff21911 /* 440 rev 2.0 in Xilinx Virtex-5 FXT FPGA */ #define PVR_460EX_SE_RA 0x130218A2 /* 460EX rev A with Security Engine */ #define PVR_460EX_RA 0x130218A3 /* 460EX rev A without Security Engine */ #define PVR_460EX_RB 0x130218A4 /* 460EX rev B with and without Sec Eng*/ -- 2.47.3