marius      2006-06-07 19:08:27 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/sparc64/sparc64  machdep.c trap.c 
  Log:
  MFC: sys/sparc64/sparc64/machdep.c 1.129 (partial),
       sys/sparc64/sparc64/trap.c 1.80 (partial)
  
  - s,tramoline,trampoline, in a comment.
  - Use FBSDID in trap.c
  - Make the global trap_sig[] static as it's not used outside of trap.c.
  - Sync cpu_thread_siginfo() and sendsig() with the other archs; for fast
    data access MMU miss and data access protection traps set ksi_addr to
    the SFAR reg which contains the faulting address and otherwise to the
    TPC reg. Generally the TCP reg contains the address of the instruction
    that caused the exception, except for fast instruction access traps
    (and some others; more refinement may be needed here) it also contains
    the faulting address.
    Previously, sendsig() always set si_addr to the SFAR reg which is wrong
    for most traps and cpu_thread_siginfo() didn't set it at all.
  - In sendsig() add support for FreeBSD old-style signals.
  
  Revision   Changes    Path
  1.125.2.3  +25 -6     src/sys/sparc64/sparc64/machdep.c
  1.74.2.1   +4 -2      src/sys/sparc64/sparc64/trap.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to