Skip to content

Commit

Permalink
Merge pull request foss-for-synopsys-dwc-arc-processors#59 from Xiaoj…
Browse files Browse the repository at this point in the history
…ingZhu/patch-6

Update page.h
  • Loading branch information
palmer-dabbelt committed Apr 17, 2017
2 parents 07296d0 + cd868ea commit 9079be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/riscv/include/asm/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ extern unsigned long min_low_pfn;

#endif /* __KERNEL__ */

#define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \
#define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | \
VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)

#include <asm-generic/memory_model.h>
Expand Down

0 comments on commit 9079be6

Please sign in to comment.