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
Akira Takeuchi
965ea4bbb9
MN10300: SMP TLB flushing
...
Implement global TLB flushing for MN10300. This will be used by the AM34 which
is SMP capable.
Signed-off-by: Akira Takeuchi <takeuchi.akr@jp.panasonic.com >
Signed-off-by: Kiyoshi Owada <owada.kiyoshi@jp.panasonic.com >
Signed-off-by: David Howells <dhowells@redhat.com >
2010-10-27 17:28:51 +01:00
Akira Takeuchi
a9bc60ebfd
MN10300: Make the use of PIDR to mark TLB entries controllable
...
Make controllable the use of the PIDR register to mark TLB entries as belonging
to particular processes.
Signed-off-by: Akira Takeuchi <takeuchi.akr@jp.panasonic.com >
Signed-off-by: Kiyoshi Owada <owada.kiyoshi@jp.panasonic.com >
Signed-off-by: David Howells <dhowells@redhat.com >
2010-10-27 17:28:49 +01:00
David Howells
492e675116
MN10300: Rename __flush_tlb*() to local_flush_tlb*()
...
Rename __flush_tlb*() to local_flush_tlb*() as it's more appropriate, and ready
to differentiate local from global TLB flushes when SMP is introduced.
Whilst we're at it, get rid of __flush_tlb_global() and make
local_flush_tlb_page() take an mm_struct pointer rather than VMA pointer.
Signed-off-by: David Howells <dhowells@redhat.com >
2010-10-27 17:28:49 +01:00
Rusty Russell
7ce1df49e1
cpumask: use mm_cpumask() wrapper: mn10300
...
Makes code futureproof against the impending change to mm->cpu_vm_mask
(to be a pointer).
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).
Also change the actual arg name here to "mm" (which it is), not "task".
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au >
2009-09-24 09:34:50 +09:30
David Howells
da7616610c
Move arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/.
...
Signed-off-by: David Howells <dhowells@redhat.com >
2009-04-10 14:19:03 +01:00