]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/8xx: Add missing SPRN defines into reg_8xx.h
authorChristophe Leroy <christophe.leroy@c-s.fr>
Tue, 9 Feb 2016 16:08:12 +0000 (17:08 +0100)
committerScott Wood <oss@buserror.net>
Fri, 11 Mar 2016 23:18:02 +0000 (17:18 -0600)
commit7ee5cf6bfad7990cc33d10888d869c1eb7d4a927
tree80afe672697313aef39e701d063fff07148827cc
parente974cd4be0be8de0d370ee4dbf181d614c0de386
powerpc/8xx: Add missing SPRN defines into reg_8xx.h

Add missing SPRN defines into reg_8xx.h
Some of them are defined in mmu-8xx.h, so we include mmu-8xx.h in
reg_8xx.h, for that we remove references to PAGE_SHIFT in mmu-8xx.h
to have it self sufficient, as includers of reg_8xx.h don't all
include asm/page.h

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <oss@buserror.net>
arch/powerpc/include/asm/mmu-8xx.h
arch/powerpc/include/asm/reg_8xx.h