1. 13 8月, 2007 1 次提交
  2. 12 8月, 2007 18 次提交
  3. 10 8月, 2007 11 次提交
  4. 09 8月, 2007 2 次提交
  5. 08 8月, 2007 3 次提交
  6. 06 8月, 2007 1 次提交
  7. 05 8月, 2007 2 次提交
  8. 04 8月, 2007 1 次提交
  9. 03 8月, 2007 1 次提交
    • M
      [POWERPC] Fixes for the SLB shadow buffer code · 67439b76
      Michael Neuling 提交于
      On a machine with hardware 64kB pages and a kernel configured for a
      64kB base page size, we need to change the vmalloc segment from 64kB
      pages to 4kB pages if some driver creates a non-cacheable mapping in
      the vmalloc area.  However, we never updated with SLB shadow buffer.
      This fixes it.  Thanks to paulus for finding this.
      
      Also added some write barriers to ensure the shadow buffer contents
      are always consistent.
      Signed-off-by: NMichael Neuling <mikey@neuling.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      67439b76