commit | 58e9c47fa0dd76693b2c85c010c7430a4de77c6d | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Feb 20 12:27:49 2011 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Feb 21 19:29:28 2011 +0000 |
tree | 8b315bd55179023cc22ec50b8933a3d881b0376a | |
parent | 06824ba824b3e9f2fedb38bee79af0643198ed7f [diff] |
ARM: tlb: move noMMU tlb_flush() to asm/tlb.h There's no need to noMMU to put tlb_flush() in asm/tlbflush.h - it's part of the tlb shootdown interface. Move it to asm/tlb.h instead, as per x86. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>