Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Pull sparc fixes from David Miller: "Two merge window fallout build fixes" * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc: sparc64: merge fix sparc64: fix build regession
This commit is contained in:
commit
4457e6f6c9
|
@ -1,7 +1,6 @@
|
||||||
#ifndef _SPARC64_TLBFLUSH_H
|
#ifndef _SPARC64_TLBFLUSH_H
|
||||||
#define _SPARC64_TLBFLUSH_H
|
#define _SPARC64_TLBFLUSH_H
|
||||||
|
|
||||||
#include <linux/mm.h>
|
|
||||||
#include <asm/mmu_context.h>
|
#include <asm/mmu_context.h>
|
||||||
|
|
||||||
/* TSB flush operations. */
|
/* TSB flush operations. */
|
||||||
|
|
|
@ -2565,8 +2565,6 @@ pgtable_t pte_alloc_one(struct mm_struct *mm,
|
||||||
{
|
{
|
||||||
struct page *page = alloc_page(GFP_KERNEL | __GFP_NOTRACK |
|
struct page *page = alloc_page(GFP_KERNEL | __GFP_NOTRACK |
|
||||||
__GFP_REPEAT | __GFP_ZERO);
|
__GFP_REPEAT | __GFP_ZERO);
|
||||||
pte_t *pte = NULL;
|
|
||||||
|
|
||||||
if (!page)
|
if (!page)
|
||||||
return NULL;
|
return NULL;
|
||||||
if (!pgtable_page_ctor(page)) {
|
if (!pgtable_page_ctor(page)) {
|
||||||
|
|
Loading…
Reference in New Issue