home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / arch / 8310 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.arch
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!jfc
  3. From: jfc@athena.mit.edu (John F Carr)
  4. Subject: Re: Scheduling in Shared Memory Multiprocessor Systems
  5. Message-ID: <1992Jul25.141516.9529@athena.mit.edu>
  6. Sender: news@athena.mit.edu (News system)
  7. Nntp-Posting-Host: achates.mit.edu
  8. Organization: Massachusetts Institute of Technology
  9. References: <1992Jul15.040528.16289@access.usask.ca> <GLEW.92Jul23215649@pdx007.intel.com> <1992Jul24.183213.9699@elroy.jpl.nasa.gov>
  10. Date: Sat, 25 Jul 1992 14:15:16 GMT
  11. Lines: 15
  12.  
  13. In article <1992Jul24.183213.9699@elroy.jpl.nasa.gov>
  14.     david@elroy.jpl.nasa.gov (David Robinson) writes:
  15.  
  16. >Isn't this an artifact of the Vax architecture having 32 hardware
  17. >queues and instructions to manipulate them?  Have most BSD vendors
  18. >kept this structure or gone with something radically different?
  19.  
  20. The VAX has queue management instructions and a find-first-bit
  21. instruction that scans 32 bits.
  22.  
  23. The BSD port to the IBM RT used 16 run queues, because the RT
  24. find-first-bit instruction only scans 16 bits.
  25.  
  26. --
  27.     John Carr (jfc@athena.mit.edu)
  28.