]> Git Repo - linux.git/blob - arch/x86/um/asm/vm-flags.h
enetc: Migrate to PHYLINK and PCS_LYNX
[linux.git] / arch / x86 / um / asm / vm-flags.h
1 /*
2  * Copyright (C) 2004 Jeff Dike ([email protected])
3  * Copyright 2003 PathScale, Inc.
4  * Licensed under the GPL
5  */
6
7 #ifndef __VM_FLAGS_X86_H
8 #define __VM_FLAGS_X86_H
9
10 #ifdef CONFIG_X86_32
11
12 #define VM_DATA_DEFAULT_FLAGS   VM_DATA_FLAGS_TSK_EXEC
13
14 #else
15
16 #define VM_STACK_DEFAULT_FLAGS (VM_GROWSDOWN | VM_DATA_FLAGS_EXEC)
17
18 #endif
19 #endif
This page took 0.031621 seconds and 4 git commands to generate.