You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
410 B
17 lines
410 B
20 years ago
|
/*
|
||
|
* Copyright 2003 PathScale, Inc.
|
||
|
*
|
||
|
* Licensed under the GPL
|
||
|
*/
|
||
|
|
||
|
#include "linux/mm.h"
|
||
|
#include "asm/page.h"
|
||
|
#include "asm/mman.h"
|
||
|
|
||
|
unsigned long vm_stack_flags = __VM_STACK_FLAGS;
|
||
|
unsigned long vm_stack_flags32 = __VM_STACK_FLAGS;
|
||
|
unsigned long vm_data_default_flags = __VM_DATA_DEFAULT_FLAGS;
|
||
|
unsigned long vm_data_default_flags32 = __VM_DATA_DEFAULT_FLAGS;
|
||
|
unsigned long vm_force_exec32 = PROT_EXEC;
|
||
|
|