From: Klaus Pedersen Date: Fri, 18 Jan 2008 17:30:23 +0000 (+0200) Subject: T2: Remove redundant clear and restore of the COR flag X-Git-Tag: v2.6.24-omap1~51 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba7b52c20993e7c1ef7b79fb10af807df82048ca;p=pandora-kernel.git T2: Remove redundant clear and restore of the COR flag The T2 Clear-On-Read (COR) feature works by clearing all pending irqs when the ISR register is read. It should be needless to say that this feature isn't compatible with shared interrupts, unless the value of the ISR is read only once for each interrupt. It is therefor safe to assume that COR is not used - because if a driver uses the feature, that driver will clear the interrupts belonging to other drivers. This patch removes the redundant clearing and restoring of the COR bit in REG_PWR_SIH_CTRL. Signed-off-by: Klaus Pedersen Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed