commit | 31ea24bba77a16d3220b0822838785cbafb78175 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Nov 12 15:34:59 2008 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Nov 12 10:41:17 2008 -0800 |
tree | 8a3936344453bb04506ea9b8cbca60a84b7da76d | |
parent | 5d2007ebc278525cbe8d2e3ef559a4b191ee4ded [diff] |
MN10300: Clean up the misalignment handler a little Clean up the MN10300 misalignment handler a little by: (1) Use ilog2() rather than doing implementing log2() locally. (2) Make format_tbl[] const and static. (3) Making the debugging prints more consistent. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>