mm/migrate.c: fix compilation error
authorMichal Nazarewicz <[email protected]>
Wed, 22 Dec 2010 01:24:26 +0000 (17:24 -0800)
committerLinus Torvalds <[email protected]>
Thu, 23 Dec 2010 03:43:34 +0000 (19:43 -0800)
commit0d1836c366157994474afd29632992375a3dd20c
tree7083f69ed1ed8900a8883d675f225596fb0f553a
parent118364948fad7b6c0469ef2d3ddaee447d7a0b5f
mm/migrate.c: fix compilation error

GCC complained about update_mmu_cache() not being defined in migrate.c.
Including <asm/tlbflush.h> seems to solve the problem.

Signed-off-by: Michal Nazarewicz <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/migrate.c