summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Morton <akpm@digeo.com>2003-05-25 01:10:00 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-05-25 01:10:00 -0700
commit4a6e2172b6a3b13623c3d9af5f5eeb1eb3908759 (patch)
treeef12c855739ce2817fdcf9ba7636a8926ffb00ba /include
parentc5ef8de34cb432c7f2de2f99d38962c3e5e01250 (diff)
[PATCH] ppc64: more warning fixes
arch/ppc64/kernel/htab.c:105: warning: implicit declaration of function `pSeries_lpar_hpte_insert' arch/ppc64/kernel/htab.c:109: warning: implicit declaration of function `pSeries_hpte_insert'
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc64/pgtable.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-ppc64/pgtable.h b/include/asm-ppc64/pgtable.h
index 5f47f45bf03f..6f6a89e3cca4 100644
--- a/include/asm-ppc64/pgtable.h
+++ b/include/asm-ppc64/pgtable.h
@@ -377,5 +377,14 @@ extern void hpte_init_iSeries(void);
typedef pte_t *pte_addr_t;
+long pSeries_lpar_hpte_insert(unsigned long hpte_group,
+ unsigned long va, unsigned long prpn,
+ int secondary, unsigned long hpteflags,
+ int bolted, int large);
+
+long pSeries_hpte_insert(unsigned long hpte_group, unsigned long va,
+ unsigned long prpn, int secondary,
+ unsigned long hpteflags, int bolted, int large);
+
#endif /* __ASSEMBLY__ */
#endif /* _PPC64_PGTABLE_H */