1. 07 Nov, 2012 1 commit
    • Tony Luck's avatar
      [IA64] Resolve name space collision for cache_show() · 4fafc8c2
      Tony Luck authored
      We have a local static function named rather generically
      "cache_show()". Changes in progress in the slab code want
      to use this same name globally - so they are adding their
      declaration to <linux/slab.h> which then causes the compiler
      to choke with:
      
      arch/ia64/kernel/topology.c:278: error: conflicting types for 'cache_show'
      
      Fix by adding an "ia64_" prefix to our local function.
      Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
      4fafc8c2
  2. 04 Nov, 2012 1 commit
  3. 03 Nov, 2012 15 commits
  4. 02 Nov, 2012 23 commits