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

Commit 2620c836 authored by Graf Yang's avatar Graf Yang Committed by Mike Frysinger
Browse files

Blackfin: SMP: add flush_tlb_kernel_range stub



Newer code in mm/page_alloc.c requires this function now in arches.

Signed-off-by: default avatarGraf Yang <graf.yang@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 9a95e2f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
#include <asm-generic/tlbflush.h>
#define flush_tlb_kernel_range(s, e) do { } while (0)