Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 999c7880 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86 headers: remove duplicate pud_large() definition



Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent b233969e
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -387,13 +387,6 @@ static inline unsigned long pages_to_mb(unsigned long npg)
#define io_remap_pfn_range(vma, vaddr, pfn, size, prot)	\
	remap_pfn_range(vma, vaddr, pfn, size, prot)

#if PAGETABLE_LEVELS == 2
static inline int pud_large(pud_t pud)
{
	return 0;
}
#endif

#if PAGETABLE_LEVELS > 2
static inline int pud_none(pud_t pud)
{