]> git.baikalelectronics.ru Git - uboot.git/commit
powerpc: move set_msr() and get_msr() into .h
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 13 Jul 2017 13:09:52 +0000 (15:09 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 23 Jul 2017 02:22:49 +0000 (22:22 -0400)
commitdc5b0e9563a2eb6f94a54f50a53a1510653192f2
tree81123a9dc778db85f233dc23c69993eaffac9cde
parent5c35b864fe1d7bddfc12d0c601e11c42d1880fd7
powerpc: move set_msr() and get_msr() into .h

set_msr() and get_msr() are defined and used twice.
This patch moves them into ppc.h

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
arch/powerpc/include/asm/ppc.h
arch/powerpc/lib/interrupts.c
arch/powerpc/lib/kgdb.c