Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
0cc6379a
Commit
0cc6379a
authored
Mar 08, 2002
by
David Mosberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This patch got dropped from the VM_DATA_DEFAULT_FLAGS patch sent earlier.
parent
56d7957e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/linux/mm.h
include/linux/mm.h
+1
-1
No files found.
include/linux/mm.h
View file @
0cc6379a
...
...
@@ -105,7 +105,7 @@ struct vm_area_struct {
#define VM_DONTEXPAND 0x00040000
/* Cannot expand with mremap() */
#define VM_RESERVED 0x00080000
/* Don't unmap it from swap_out */
#define VM_STACK_FLAGS
0x00000177
#define VM_STACK_FLAGS
(0x00000100 | VM_DATA_DEFAULT_FLAGS)
#define VM_READHINTMASK (VM_SEQ_READ | VM_RAND_READ)
#define VM_ClearReadHint(v) (v)->vm_flags &= ~VM_READHINTMASK
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment