cvs commit: src/sys/ia64/ia64 trap.c

Marcel Moolenaar marcel at FreeBSD.org
Sat May 24 18:01:30 PDT 2003


marcel      2003/05/24 18:01:29 PDT

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        trap.c 
  Log:
  Now that we define user mode as any IP address that isn't in the
  kernel's VA regions, we cannot limit the use of break-based
  syscalls to user mode only. The signal trampolines are in the
  gateway page, which is mapped into the process address space in
  region 5 and thus is kernel space.
  
  We don't special case the gateway page here. Allow break-based
  syscalls from anywhere in the kernel VA space.
  
  Approved by: re@ (blanket)
  
  Revision  Changes    Path
  1.78      +1 -2      src/sys/ia64/ia64/trap.c


More information about the cvs-src mailing list