Thread (57 messages) flat view 57 messages, 5 authors, 2015-09-30
STALE4010d

Revision v1 of 5 in this series.

Revisions (5)
  1. v1 current
  2. v2 [diff vs current]
  3. v4 [diff vs current]
  4. v5 [diff vs current]
  5. v6 [diff vs current]

[PATCH 14/31] powerpc/booke: Move booke headers (part 2)

From: Aneesh Kumar K.V <hidden>
Date: 2015-09-21 06:42:35
Subsystem: linux for powerpc (32-bit and 64-bit), the rest · Maintainers: Madhavan Srinivasan, Linus Torvalds

Signed-off-by: Aneesh Kumar K.V <redacted>
---
 arch/powerpc/include/asm/{pgtable-ppc32.h => booke/32/pgtable.h} | 0
 arch/powerpc/include/asm/{pgtable-ppc64.h => booke/64/pgtable.h} | 0
 arch/powerpc/include/asm/booke/pgtable.h                         | 8 ++++----
 3 files changed, 4 insertions(+), 4 deletions(-)
 rename arch/powerpc/include/asm/{pgtable-ppc32.h => booke/32/pgtable.h} (100%)
 rename arch/powerpc/include/asm/{pgtable-ppc64.h => booke/64/pgtable.h} (100%)
diff --git a/arch/powerpc/include/asm/pgtable-ppc32.h b/arch/powerpc/include/asm/booke/32/pgtable.h
similarity index 100%
rename from arch/powerpc/include/asm/pgtable-ppc32.h
rename to arch/powerpc/include/asm/booke/32/pgtable.h
diff --git a/arch/powerpc/include/asm/pgtable-ppc64.h b/arch/powerpc/include/asm/booke/64/pgtable.h
similarity index 100%
rename from arch/powerpc/include/asm/pgtable-ppc64.h
rename to arch/powerpc/include/asm/booke/64/pgtable.h
diff --git a/arch/powerpc/include/asm/booke/pgtable.h b/arch/powerpc/include/asm/booke/pgtable.h
index 20451f03df8f..8d2fa3e9c7af 100644
--- a/arch/powerpc/include/asm/booke/pgtable.h
+++ b/arch/powerpc/include/asm/booke/pgtable.h
@@ -1,10 +1,10 @@
-#ifndef _ASM_POWERPC_PGTABLE_BOOK3E_H
-#define _ASM_POWERPC_PGTABLE_BOOK3E_H
+#ifndef _ASM_POWERPC_BOOKE_PGTABLE_H
+#define _ASM_POWERPC_BOOKE_PGTABLE_H
 
 #if defined(CONFIG_PPC64)
-#include <asm/pgtable-ppc64.h>
+#include <asm/booke/64/pgtable.h>
 #else
-#include <asm/pgtable-ppc32.h>
+#include <asm/booke/32/pgtable.h>
 #endif
 
 #ifndef __ASSEMBLY__
-- 
2.5.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help