Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
uml: fix inlines
[linux-2.6.git]
/
include
/
asm-um
/
pgalloc.h
diff --git
a/include/asm-um/pgalloc.h
b/include/asm-um/pgalloc.h
index 34ab268ef40e6f5453662ce1b1b00a08429f734b..14904876e8fbd8deaf8b8ccc7e819af60f098514 100644
(file)
--- a/
include/asm-um/pgalloc.h
+++ b/
include/asm-um/pgalloc.h
@@
-42,7
+42,7
@@
static inline void pte_free(struct page *pte)
#ifdef CONFIG_3_LEVEL_PGTABLES
-
extern __inline__
void pmd_free(pmd_t *pmd)
+
static inline
void pmd_free(pmd_t *pmd)
{
free_page((unsigned long)pmd);
}