patch-2.4.7 linux/include/asm-ia64/processor.h
Next file: linux/include/asm-m68k/atomic.h
Previous file: linux/include/asm-ia64/atomic.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Thu Jul 19 20:38:52 2001
- Orig file:
v2.4.6/linux/include/asm-ia64/processor.h
- Orig date:
Thu Apr 12 12:10:25 2001
diff -u --recursive --new-file v2.4.6/linux/include/asm-ia64/processor.h linux/include/asm-ia64/processor.h
@@ -379,9 +379,9 @@
regs->ar_bspstore = IA64_RBS_BOT; \
regs->ar_fpsr = FPSR_DEFAULT; \
regs->loadrs = 0; \
- regs->r8 = current->dumpable; /* set "don't zap registers" flag */ \
+ regs->r8 = current->mm->dumpable; /* set "don't zap registers" flag */ \
regs->r12 = new_sp - 16; /* allocate 16 byte scratch area */ \
- if (!__builtin_expect (current->dumpable, 1)) { \
+ if (!__builtin_expect (current->mm->dumpable, 1)) { \
/* \
* Zap scratch regs to avoid leaking bits between processes with different \
* uid/privileges. \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)