aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64
diff options
context:
space:
mode:
authorFabio M. Di Nitto <fabbione@ubuntu.com>2006-02-18 03:32:31 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2006-03-20 04:13:35 -0500
commitf6c1fe529217788f095f6953c2b66bec1196ad3d (patch)
tree609476e09d7778c55775e88879ba77dd4a23f1f2 /include/asm-sparc64
parent8b234274418d6d79527c4ac3a72da446ca4cb35f (diff)
[SPARC64] Fix build if CONFIG_HUGETLB_PAGE is not set
Signed-off-by: Fabio M. Di Nitto <fabbione@ubuntu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r--include/asm-sparc64/pgtable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sparc64/pgtable.h b/include/asm-sparc64/pgtable.h
index bc446f302ea4..bab7defd8b3e 100644
--- a/include/asm-sparc64/pgtable.h
+++ b/include/asm-sparc64/pgtable.h
@@ -354,6 +354,7 @@ static inline pgprot_t pgprot_noncached(pgprot_t prot)
354 */ 354 */
355#define pgprot_noncached pgprot_noncached 355#define pgprot_noncached pgprot_noncached
356 356
357#ifdef CONFIG_HUGETLB_PAGE
357static inline pte_t pte_mkhuge(pte_t pte) 358static inline pte_t pte_mkhuge(pte_t pte)
358{ 359{
359 unsigned long mask; 360 unsigned long mask;
@@ -371,6 +372,7 @@ static inline pte_t pte_mkhuge(pte_t pte)
371 372
372 return __pte(pte_val(pte) | mask); 373 return __pte(pte_val(pte) | mask);
373} 374}
375#endif
374 376
375static inline pte_t pte_mkdirty(pte_t pte) 377static inline pte_t pte_mkdirty(pte_t pte)
376{ 378{