]> git.karo-electronics.de Git - linux-beck.git/commit
powerpc: make module stub code endian independent
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 18 Mar 2014 07:05:28 +0000 (17:35 +1030)
committerAnton Blanchard <anton@samba.org>
Wed, 23 Apr 2014 00:05:27 +0000 (10:05 +1000)
commit0e60e46e2aa318c92bb224de29b68b6296bb0fde
tree1926de7c2f97e1ec77b5abefee9a21c1948dcb20
parent07de8377f7488f262f9694a1567ab93b4dda63bc
powerpc: make module stub code endian independent

By representing them as words, rather than chars, we can avoid
endian ifdefs.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/powerpc/kernel/module_64.c