mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 05:46:40 +07:00
65bd6a9bc7
These comments are useless now, remove them. Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
17 lines
410 B
C
17 lines
410 B
C
/*
|
|
* 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;
|
|
|