smp.txt
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1.                  Information about Linux/PPC SMP mode
  2. =====================================================================
  3. This document and the related code was written by me
  4. (Cort Dougan, cort@fsmlabs.com) please email me if you have questions,
  5. comments or corrections.
  6. Last Change: 3.31.99
  7. If you want to help by writing code or testing different hardware please
  8. email me!
  9. 1. State of Supported Hardware
  10.   PowerSurge Architecture - tested on UMAX s900, Apple 9600
  11.     The second processor on this machine boots up just fine and
  12.     enters its idle loop.  Hopefully a completely working SMP kernel
  13.     on this machine will be done shortly.
  14.     The code makes the assumption of only two processors.  The changes
  15.     necessary to work with any number would not be overly difficult but
  16.     I don't have any machines with >2 processors so it's not high on my
  17.     list of priorities.  If anyone else would like do to the work email
  18.     me and I can point out the places that need changed.  If you have >2
  19.     processors and don't want to add support yourself let me know and I
  20.     can take a look into it.
  21.   BeBox
  22.     BeBox support hasn't been added to the 2.1.X kernels from 2.0.X
  23.     but work is being done and SMP support for BeBox is in the works.
  24.   CHRP
  25.     CHRP SMP works and is fairly solid.  It's been tested on the IBM F50
  26.     with 4 processors for quite some time now.