[SPARC64]: Kill useless __pte_alloc_one_kernel indirection

warning: untested, but it there's not too much chance for screwups

Signed-off-by: David S. Miller <davem@davemloft.net>
这个提交包含在:
Christoph Hellwig
2005-05-05 14:27:56 -07:00
提交者 David S. Miller
父节点 bfd4bda097
当前提交 8edf72ebce
修改 3 个文件,包含 4 行新增9 行删除

查看文件

@@ -1114,7 +1114,7 @@ struct pgtable_cache_struct pgt_quicklists;
#else
#define DC_ALIAS_SHIFT 0
#endif
pte_t *__pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address)
pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address)
{
struct page *page;
unsigned long color;