Skip to content
Snippets Groups Projects
Commit bddb7ae2 authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky
Browse files

s390/mm: provide PAGE_SHARED define


Only needed to make some drivers compile...

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 075aa0c6
No related branches found
No related tags found
No related merge requests found
......@@ -385,6 +385,7 @@ extern unsigned long MODULES_END;
#define PAGE_RW __pgprot(_PAGE_TYPE_RW)
#define PAGE_KERNEL PAGE_RW
#define PAGE_SHARED PAGE_KERNEL
#define PAGE_COPY PAGE_RO
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment