aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc64/mmu.h4
-rw-r--r--include/asm-ppc64/processor.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-ppc64/mmu.h b/include/asm-ppc64/mmu.h
index d2b0b796d35e..e0505acb77d9 100644
--- a/include/asm-ppc64/mmu.h
+++ b/include/asm-ppc64/mmu.h
@@ -206,6 +206,10 @@ extern long native_hpte_insert(unsigned long hpte_group, unsigned long va,
206 unsigned long prpn, 206 unsigned long prpn,
207 unsigned long vflags, unsigned long rflags); 207 unsigned long vflags, unsigned long rflags);
208 208
209extern long iSeries_hpte_bolt_or_insert(unsigned long hpte_group,
210 unsigned long va, unsigned long prpn,
211 unsigned long vflags, unsigned long rflags);
212
209extern void stabs_alloc(void); 213extern void stabs_alloc(void);
210 214
211#endif /* __ASSEMBLY__ */ 215#endif /* __ASSEMBLY__ */
diff --git a/include/asm-ppc64/processor.h b/include/asm-ppc64/processor.h
index e5fc18531ec1..6447fbee7d69 100644
--- a/include/asm-ppc64/processor.h
+++ b/include/asm-ppc64/processor.h
@@ -291,6 +291,7 @@
291#define IC_OPEN_PIC 1 291#define IC_OPEN_PIC 1
292#define IC_PPC_XIC 2 292#define IC_PPC_XIC 2
293#define IC_BPA_IIC 3 293#define IC_BPA_IIC 3
294#define IC_ISERIES 4
294 295
295#define XGLUE(a,b) a##b 296#define XGLUE(a,b) a##b
296#define GLUE(a,b) XGLUE(a,b) 297#define GLUE(a,b) XGLUE(a,b)