Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2002 09:49:23 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 swtch.s src/sys/i386/include pcb.h src/sys/kern subr_trap.c
Message-ID:  <200201171749.g0HHnNr33567@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/01/17 09:49:23 PST

  Modified files:
    sys/i386/i386        swtch.s 
    sys/i386/include     pcb.h 
    sys/kern             subr_trap.c 
  Log:
  Changed the type of pcb_flags from u_char to u_int and adjusted things.
  This removes the only atomic operation on a char type in the entire
  kernel.
  
  Revision  Changes    Path
  1.126     +3 -5      src/sys/i386/i386/swtch.s
  1.41      +1 -1      src/sys/i386/include/pcb.h
  1.206     +1 -1      src/sys/kern/subr_trap.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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