From: Mike Frysinger Date: Wed, 3 Jun 2009 00:33:31 +0000 (+0000) Subject: Blackfin: convert early_printk EVT init to a loop X-Git-Tag: v2.6.31-rc1~361^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=685a694f0653b7db49f663b2cd6953695214fb30;p=pandora-kernel.git Blackfin: convert early_printk EVT init to a loop The EVT registers are all contiguous in the memory map, so using a loop to initialize them all rather than hardcoding the list results in much better generated code (a hardware loop rather than a whole bunch of individual loads). Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed