Ingo Molnar
589ee62844
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>
...
Update code that relied on sched.h including various MM types for them.
This will allow us to remove the <linux/mm_types.h> include from <linux/sched.h>.
Acked-by: Linus Torvalds <torvalds@linux-foundation.org >
Cc: Mike Galbraith <efault@gmx.de >
Cc: Peter Zijlstra <peterz@infradead.org >
Cc: Thomas Gleixner <tglx@linutronix.de >
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org >
2017-03-02 08:42:37 +01:00
Michael Opdenacker
aa5e5dc2a8
treewide: fix "distingush" typo
...
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com >
Signed-off-by: Jiri Kosina <jkosina@suse.cz >
2013-10-14 15:38:33 +02:00
Arun Sharma
60063497a9
atomic: use <linux/atomic.h>
...
This allows us to move duplicated code in <asm/atomic.h>
(atomic_inc_not_zero() for now) to <linux/atomic.h>
Signed-off-by: Arun Sharma <asharma@fb.com >
Reviewed-by: Eric Dumazet <eric.dumazet@gmail.com >
Cc: Ingo Molnar <mingo@elte.hu >
Cc: David Miller <davem@davemloft.net >
Cc: Eric Dumazet <eric.dumazet@gmail.com >
Acked-by: Mike Frysinger <vapier@gentoo.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2011-07-26 16:49:47 -07:00
Rusty Russell
49b92050f6
cpumask: use mm_cpumask() wrapper: m32r
...
Makes code futureproof against the impending change to mm->cpu_vm_mask.
It's also a chance to use the new cpumask_ ops which take a pointer
(the older ones are deprecated, but there's no hurry for arch code).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au >
Acked-by: Hirokazu Takata <takata@linux-m32r.org > (fixes)
2009-09-24 09:34:50 +09:30
Hirokazu Takata
fe4e719d82
m32r: move include/asm-m32r headers to arch/m32r/include/asm
...
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org >
2009-04-17 10:05:01 +09:00