1. 16 8月, 2012 3 次提交
  2. 30 7月, 2012 1 次提交
    • S
      mm: Fix build warning in kmem_cache_create() · 73a1180e
      Shuah Khan 提交于
      The label oops is used in CONFIG_DEBUG_VM ifdef block and is defined
      outside ifdef CONFIG_DEBUG_VM block. This results in the following
      build warning when built with CONFIG_DEBUG_VM disabled. Fix to move
      label oops definition to inside a CONFIG_DEBUG_VM block.
      
      mm/slab_common.c: In function ‘kmem_cache_create’:
      mm/slab_common.c:101:1: warning: label ‘oops’ defined but not used
      [-Wunused-label]
      Signed-off-by: NShuah Khan <shuah.khan@hp.com>
      Signed-off-by: NPekka Enberg <penberg@kernel.org>
      73a1180e
  3. 09 7月, 2012 4 次提交