Commit d03a7575 authored by Colin Gibbs's avatar Colin Gibbs Committed by David S. Miller

include/asm-sparc/pgalloc.h: In pmd_alloc_one, dont BUG just return NULL

parent 7d4f03ef
......@@ -117,7 +117,6 @@ BTFIXUPDEF_CALL(void, free_pgd_fast, pgd_t *)
static __inline__ pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address)
{
BUG();
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment