From b234401d20d5534a2a0499850f625569857506fa Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Wed, 19 Jan 2011 18:10:09 +0900 Subject: [PATCH] Revert "s5pc210: support evt1" This reverts commit e89f998ee3b831d16d3d4b81f4388ec9b2771a54. --- arch/arm/include/asm/arch-s5pc2xx/cpu.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/arch/arm/include/asm/arch-s5pc2xx/cpu.h b/arch/arm/include/asm/arch-s5pc2xx/cpu.h index f65dc0f..beee077 100644 --- a/arch/arm/include/asm/arch-s5pc2xx/cpu.h +++ b/arch/arm/include/asm/arch-s5pc2xx/cpu.h @@ -55,10 +55,7 @@ extern unsigned int s5p_cpu_id; static inline void s5p_set_cpu_id(void) { s5p_cpu_id = readl(S5PC210_PRO_ID); - s5p_cpu_id = (0xC000 | ((s5p_cpu_id & 0x00FFF000) >> 12)); - - if (s5p_cpu_id == 0xC200) - s5p_cpu_id |= 0x10; + s5p_cpu_id = (0xC000 | ((s5p_cpu_id & 0x00FFF000) >> 12)) + 0x10; } #define IS_SAMSUNG_TYPE(type, id) \ -- 2.7.4