commit | deff9b1d2ab24955cc4f881d63a701f40d6b491f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Aug 13 22:44:37 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sat Aug 26 14:56:08 2017 -0400 |
tree | e19afe0b2e780f5996afc28a872a87600c4d7a04 | |
parent | 76216211f842677bac10000bfdbae1155172ddd6 [diff] |
powerpc: Rework interrupt_init_cpu() The function interrupt_init_cpu() is given an int return type but does not return anything but 0. Rework this to be a void function. Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Mario Six <mario.six@gdsys.cc>