]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sched: clean up sched_getaffinity()
authorUlrich Drepper <drepper@redhat.com>
Thu, 9 Aug 2007 09:16:46 +0000 (11:16 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 9 Aug 2007 09:16:46 +0000 (11:16 +0200)
commit9531b62f5ebf2b693bf85129d20328188f685c44
tree6ea7390bfcc034bc6aebcd3e0699450c0086beb5
parent5f5d3aa15bb24a4d5d195bd32d549bd725d414bc
sched: clean up sched_getaffinity()

here's another tiny cleanup.  The generated code is not affected (gcc is
smart enough) but for people looking over the code it is just irritating
to have the extra conditional.

Signed-off-by: Ulrich Drepper <drepper@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c