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

Marcel Moolenaar marcel at FreeBSD.org
Wed Aug 6 16:28:20 PDT 2003


marcel      2003/08/06 16:28:19 PDT

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        vm_machdep.c 
  Log:
  In cpu_set_upcall_kse(), create the upcall according to the entry
  path into the kernel. Normally it's due to a syscall, but one can
  also be created as the result of a clock interrupt (for example).
  This now even more looks like exec_setregs().
  
  While here, add an assert that we don't expect more than 8KB of
  dirty registers on the kernel stack.
  
  Revision  Changes    Path
  1.65      +19 -12    src/sys/ia64/ia64/vm_machdep.c


More information about the cvs-src mailing list