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

Commit b2740801 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: asm/page.h: pull in asm-generic headers

parent f9c29e87
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -15,4 +15,7 @@
	((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0 ) | \
		 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)

#include <asm-generic/memory_model.h>
#include <asm-generic/getorder.h>

#endif