/* PARISC cannot allow mdwe as it needs writable stacks */ staticinlinebool arch_memory_deny_write_exec_supported(void)
{ returnfalse;
} #define arch_memory_deny_write_exec_supported arch_memory_deny_write_exec_supported
staticinlineunsignedlong arch_calc_vm_flag_bits(struct file *file, unsignedlong flags)
{ /* * The stack on parisc grows upwards, so if userspace requests memory * for a stack, mark it with VM_GROWSUP so that the stack expansion in * the fault handler will work.
*/ if (flags & MAP_STACK) return VM_GROWSUP;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.