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

Olivier Houchard cognet at FreeBSD.org
Fri Nov 5 19:57:11 GMT 2004


cognet      2004-11-05 19:57:10 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          trap.c 
  Log:
  Copy the syscall args in a tmp variable instead of directly using the
  trapframe, as it can be modified in the syscall.
  Call thread_user_enter() when appropriate.
  
  Revision  Changes    Path
  1.3       +55 -23    src/sys/arm/arm/trap.c


More information about the cvs-src mailing list