summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorColin Gibbs <colin@gibbs.dhs.org>2002-05-13 01:53:37 -0700
committerDavid S. Miller <davem@nuts.ninka.net>2002-05-13 01:53:37 -0700
commitd03a7575227b096a389fcc4f749a17759c9396cd (patch)
treebe4f704b6272293724cf801cc08e17dbd16a54ac /include
parent7d4f03ef2b2295f4d4b2c5d97cac4e40bedd941d (diff)
include/asm-sparc/pgalloc.h: In pmd_alloc_one, dont BUG just return NULL
Diffstat (limited to 'include')
-rw-r--r--include/asm-sparc/pgalloc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-sparc/pgalloc.h b/include/asm-sparc/pgalloc.h
index f55ef69a3d88..0a620fbbeb69 100644
--- a/include/asm-sparc/pgalloc.h
+++ b/include/asm-sparc/pgalloc.h
@@ -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;
}