commit | 685a694f0653b7db49f663b2cd6953695214fb30 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Jun 03 00:33:31 2009 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Fri Jun 12 06:12:01 2009 -0400 |
tree | 2b75af85e5be0f32d521e66c12a9412ea55fb5c4 | |
parent | f1db88d2a7f1c92284e64f5dbb5c7a316a22576d [diff] |
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 <vapier@gentoo.org>