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

Sparc: Do not BUG in srmmu_pte_alloc_one.

parent 48f2173c
......@@ -394,7 +394,6 @@ static pte_t *srmmu_pte_alloc_one_fast(struct mm_struct *mm, unsigned long addre
static pte_t *srmmu_pte_alloc_one(struct mm_struct *mm, unsigned long address)
{
BUG();
return NULL;
}
......
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