Kukjin Kim wrote: > > This patch adds plat-samsung/cpu.c for detecting of cpu id and > silicon revision. > > This patch was originally from Changhwan Youn <chaos.youn@xxxxxxxxxxx> > > Acked-by: Changhwan Youn <chaos.youn@xxxxxxxxxxx> > Cc: Ben Dooks <ben-linux@xxxxxxxxx> > Signed-off-by: Kukjin Kim <kgene.kim@xxxxxxxxxxx> > --- (snip) > +void __init s5p_init_cpu(void __iomem *cpuid_addr) > +{ > + samsung_cpu_id = __raw_readl(cpuid_addr); > + samsung_cpu_rev = samsung_cpu_id & 0xF; Oops, should be 0xFF not 0xF. Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@xxxxxxxxxxx>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html