home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / arch / 8260 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  2.0 KB

  1. Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!exodus.Eng.Sun.COM!appserv.Eng.Sun.COM!sun!amdahl!JUTS!rbw00
  2. From: rbw00@ccc.amdahl.com (  324  Richard Wilmot)
  3. Newsgroups: comp.arch
  4. Subject: MP interrupt handling  was(Re: Sun 600MP Benchmark Anomaly)
  5. Message-ID: <21b002x91bnp01@JUTS.ccc.amdahl.com>
  6. Date: 24 Jul 92 02:52:14 GMT
  7. References: <l6ce8cINN9ja@spim.mips.com> <1992Jul17.183501.26138@decuac.dec.com> <147gceINN43d@early-bird.think.com> <BrKMq3.6D4@acsu.buffalo.edu> <1992Jul20.150259.16021@crd.ge.com>
  8. Reply-To: rbw00@JUTS.ccc.amdahl.com (  324  Richard Wilmot)
  9. Organization: Amdahl Corporation, Sunnyvale CA
  10. Lines: 27
  11.  
  12. In article <1992Jul20.150259.16021@crd.ge.com> davidsen@crd.ge.com (bill davidsen) writes:
  13. >
  14. >
  15. >  As a general question, which machines do this now? When GE was in the
  16. >mainframe business we never did it, the kernel was totally shared but
  17. >all hardware interrupts came to the same processor. I think DTSS did
  18. >that, too, but could change the processor if the master went down.
  19. >-- 
  20. >bill davidsen, GE Corp. R&D Center; Box 8; Schenectady NY 12345
  21. >    It never ceases to amaze me that otherwise rational people, able to
  22. >    understand calculus, compound interest, and the income tax form, can
  23. >    continue to believe that poker is a game of chance.
  24.  
  25. IBM's MVS uses selective I/O interrupt enablement to vector I/O 
  26. interrupt processing to selected processors in an MP. One would 
  27. suppose that the operating system would then dispatch more other
  28. work to the others or they will just become eligible for the 
  29. next to be dispatched process. This will tend to keep the I/O
  30. interrupt handling code as only polluting a few processor caches
  31. instead of salting it over all. This was discussed here before.
  32. It's not that I/O vectors are vectored to particular machines but
  33. that they are shunted away from others and so only interrupt enabled
  34. processors will catch interrupts.
  35.  
  36. -- 
  37.   Dick Wilmot  | I declaim that Amdahl might disclaim any of my claims.
  38.                  (408) 746-6108
  39.