1. 26 3月, 2010 3 次提交
  2. 24 3月, 2010 6 次提交
  3. 23 3月, 2010 10 次提交
  4. 22 3月, 2010 9 次提交
  5. 20 3月, 2010 2 次提交
    • R
      ARM: Update mach-types · 48edcfcf
      Russell King 提交于
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      48edcfcf
    • R
      ARM: Fix IXP23xx build error in mach/memory.h · 0372c380
      Russell King 提交于
      One to many close parens.
      
      In file included from arch/arm/include/asm/page.h:202,
                       from include/linux/mm_types.h:15,
                       from include/linux/sched.h:63,
                       from arch/arm/kernel/asm-offsets.c:13:
      arch/arm/include/asm/memory.h: In function 'virt_to_bus':
      arch/arm/include/asm/memory.h:214: error: expected ';' before ')' token
      arch/arm/include/asm/memory.h:214: error: expected statement before ')' token
      arch/arm/include/asm/memory.h: In function 'bus_to_virt':
      arch/arm/include/asm/memory.h:219: error: expected ';' before ')' token
      arch/arm/include/asm/memory.h:219: error: expected statement before ')' token
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      0372c380
  6. 19 3月, 2010 7 次提交
  7. 18 3月, 2010 1 次提交
  8. 17 3月, 2010 2 次提交
    • F
      perf: Fix unexported generic perf_arch_fetch_caller_regs · dcd5c166
      Frederic Weisbecker 提交于
      perf_arch_fetch_caller_regs() is exported for the overriden x86
      version, but not for the generic weak version.
      
      As a general rule, weak functions should not have their symbol
      exported in the same file they are defined.
      
      So let's export it on trace_event_perf.c as it is used by trace
      events only.
      
      This fixes:
      
      	ERROR: ".perf_arch_fetch_caller_regs" [fs/xfs/xfs.ko] undefined!
      	ERROR: ".perf_arch_fetch_caller_regs" [arch/powerpc/platforms/cell/spufs/spufs.ko] undefined!
      
      -v2: And also only build it if trace events are enabled.
      -v3: Fix changelog mistake
      Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NFrederic Weisbecker <fweisbec@gmail.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
      Cc: Paul Mackerras <paulus@samba.org>
      LKML-Reference: <1268697902-9518-1-git-send-regression-fweisbec@gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      dcd5c166
    • K
      powerpc/fsl-booke: Get coherent bit from PTE · 9d296cfa
      Kumar Gala 提交于
      We shouldn't be always setting 'M' in the TLB entry since its reasonable
      for somethings to be mapped non-coherent.  The PTE should have 'M' set
      properly.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      9d296cfa