Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Aug 2003 16:28:19 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/ia64 vm_machdep.c
Message-ID:  <200308062328.h76NSJTu010111@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308062328.h76NSJTu010111>