Re: [PATCH V6 01/35] powerpc/mm: move pte headers to book3s directory
From: Balbir Singh <bsingharora@gmail.com>
Date: 2016-02-18 02:52:10
From: Balbir Singh <bsingharora@gmail.com>
Date: 2016-02-18 02:52:10
On Tue, 2015-12-01 at 09:06 +0530, Aneesh Kumar K.V wrote:
Acked-by: Scott Wood <redacted>
Signed-off-by: Aneesh Kumar K.V <redacted>
---
arch/powerpc/include/asm/{pte-hash32.h => book3s/32/hash.h} | 0
arch/powerpc/include/asm/{pte-hash64.h => book3s/64/hash.h} | 0
arch/powerpc/include/asm/pgtable-ppc32.h | 2 +-
arch/powerpc/include/asm/pgtable-ppc64.h | 2 +-
4 files changed, 2 insertions(+), 2 deletions(-)
rename arch/powerpc/include/asm/{pte-hash32.h => book3s/32/hash.h} (100%)
rename arch/powerpc/include/asm/{pte-hash64.h => book3s/64/hash.h} (100%)Why not pte-hash.h? Balbir Singh.