commit | 43a8888f0a70db62488fc3ad1505f6c6a2267803 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <ben@decadent.org.uk> | Fri Dec 02 02:38:38 2016 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Mar 21 22:09:26 2017 +1100 |
tree | 0d94fdf68e8cb94815502c4603b02f4238c0a102 | |
parent | 3072601375ffff92bddd0ce810dd64f6e3c7f45c [diff] |
powerpc: Fix missing CRCs, add more asm-prototypes.h declarations Add declarations for: - __mfdcr, __mtdcr (if CONFIG_PPC_DCR_NATIVE=y; through <asm/dcr.h>) - switch_mmu_context (if CONFIG_PPC_BOOK3S_64=n; through <asm/mmu_context.h>) Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>