VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / asm-alpha / pgalloc.h
index 2ef3066..b671bb3 100644 (file)
@@ -66,7 +66,7 @@ pte_alloc_one(struct mm_struct *mm, unsigned long addr)
        pte_t *pte = pte_alloc_one_kernel(mm, addr);
        if (pte)
                return virt_to_page(pte);
-       return 0;
+       return NULL;
 }
 
 static inline void