Skip to content

Commit

Permalink
s390/mm: provide PAGE_SHARED define
Browse files Browse the repository at this point in the history
Only needed to make some drivers compile...

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Feb 14, 2013
1 parent 075aa0c commit bddb7ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/s390/include/asm/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/*
Expand Down

0 comments on commit bddb7ae

Please sign in to comment.