Commit bddb7ae2 authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky

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
......@@ -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
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment