home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / intel / 1635 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  1.6 KB

  1. From: jgm@hpdmd48.boi.hp.com (John McBride--in my own private Idaho)
  2. Date: Wed, 2 Sep 1992 15:01:45 GMT
  3. Subject: Re: Intel 486 on-chip cache in a multiprocessor config ?
  4. Message-ID: <15550005@hpdmd48.boi.hp.com>
  5. Organization: HP-Boise, ID
  6. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!scd.hp.com!hplextra!hpcc05!hpdmd48!jgm
  7. Newsgroups: comp.sys.intel
  8. References: <1992Aug31.170710.7898@jpradley.jpr.com>
  9. Lines: 29
  10.  
  11. >>Can the 486  on-chip cache maintain cache coherency in 
  12. >>a shared memory MP configuration ? 
  13. >>
  14. >>Al Dykes
  15. >>---------
  16. >>adykes@jpr.com
  17.  
  18. >   Yes, it has bidirectional address lines.
  19. >   I don't recall, however, if it can implement Exclusive/Shared/Dirty/Invalid
  20. >status on the cache and source its data to other caches, or will only flush
  21. >the cache or a single line when an address in its cache is given to the chip
  22. >from an outside system. 
  23. >-- 
  24. >         -----> All opinions expressed here are my own, not IBM's <-----
  25. >Raul Izahi Lopez    Izahi Engineering
  26. >izahi@bsc.no        IBM Bergen Environmental Sciences and Solutions Centre
  27. >            Thormoehlensgate 55, 5008 Bergen, NORWAY (47-5)54-4653
  28.  
  29. The 486 has write-through caches, so it only implements the Valid 
  30. (Exclusive/Shared) and Invalid states of the MP MOESI cache protocol.  
  31. (The 486 can't tell the difference between a line that is exclusive 
  32. and shared, since it only has a valid bit.) 
  33.  
  34. Typically, 486 MP systems will have a second level cache that will take
  35. care of the MP protocol for each 486.  An MP system with write-through cache
  36. CPUs would not perform terribly well, because the of MP bus bandwidth
  37. chewed up by all the writes.
  38.  
  39. John McBride
  40.