]> git.baikalelectronics.ru Git - kernel.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)
commitd796a678ee5ec13c5b7ae2f952d4139a570df609
tree1926de7c2f97e1ec77b5abefee9a21c1948dcb20
parent8bdaf432859db3662d81de34730a249902a5d2cb
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