From: KOSAKI Motohiro Date: Wed, 17 Mar 2010 00:36:58 +0000 (+0900) Subject: sched: Use proper type in sched_getaffinity() X-Git-Tag: v2.6.34-rc3~24^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bc037fb89bb3104b9ae290d18c877624cd7d9cc;p=pandora-kernel.git sched: Use proper type in sched_getaffinity() Using the proper type fixes the following compiler warning: kernel/sched.c:4850: warning: comparison of distinct pointer types lacks a cast Signed-off-by: KOSAKI Motohiro Cc: torvalds@linux-foundation.org Cc: travis@sgi.com Cc: peterz@infradead.org Cc: drepper@redhat.com Cc: rja@sgi.com Cc: sharyath@in.ibm.com Cc: steiner@sgi.com LKML-Reference: <20100317090046.4C79.A69D9226@jp.fujitsu.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed