Uwe Kleine-König
97594b0f35
ARM: 6757/1: fix tlb.h induced linux/swap.h build failure
...
Commit
06824ba (ARM: tlb: delay page freeing for SMP and ARMv7 CPUs)
introduced a build failure for builds with CONFIG_SWAP=n:
In file included from arch/arm/mm/init.c:27:
arch/arm/include/asm/tlb.h: In function 'tlb_flush_mmu':
arch/arm/include/asm/tlb.h:101: error: implicit declaration of function 'release_pages'
arch/arm/include/asm/tlb.h: In function 'tlb_remove_page':
arch/arm/include/asm/tlb.h:165: error: implicit declaration of function 'page_cache_release'
as linux/swap.h doesn't include linux/pagemap.h but actually needs it
(see comments in linux/swap.h as to why this is.)
Fix that by #including <linux/pagemap.h> in <asm/pgalloc.h> as it's done
by x86.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2011-02-23 16:19:21 +00:00
..
2011-02-21 19:29:24 +00:00
2011-01-06 22:32:03 +00:00
2008-08-02 21:32:35 +01:00
2009-02-01 11:01:22 +05:30
2009-12-12 13:08:14 +01:00
2011-01-06 22:32:03 +00:00
2010-07-09 11:29:35 +01:00
2008-08-02 21:32:35 +01:00
2011-01-12 14:22:25 +00:00
2009-06-11 21:02:14 +02:00
2008-09-01 12:06:27 +01:00
2008-08-02 21:32:35 +01:00
2009-01-14 19:56:50 -08:00
2010-12-05 08:39:36 +00:00
2010-10-18 22:34:25 +01:00
2010-10-04 20:57:09 +01:00
2008-08-02 21:32:35 +01:00
2010-11-26 10:51:04 +00:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2010-01-10 13:03:52 +00:00
2008-08-02 21:32:35 +01:00
2009-09-21 16:02:30 +01:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2009-07-22 00:28:38 +02:00
2008-10-23 12:53:32 +01:00
2011-01-06 22:31:11 +00:00
2010-01-10 00:08:03 +00:00
2010-11-04 15:44:31 +00:00
2008-08-02 21:32:35 +01:00
2010-11-30 13:40:01 +00:00
2008-08-02 21:32:35 +01:00
2011-01-06 22:32:03 +00:00
2010-01-15 17:10:14 +09:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2009-03-15 21:01:20 -04:00
2009-05-29 08:40:02 -07:00
2008-08-07 09:55:48 +01:00
2008-08-02 21:32:35 +01:00
2010-09-02 15:28:43 +01:00
2010-11-04 15:44:31 +00:00
2009-10-02 22:34:32 +01:00
2008-08-07 09:55:48 +01:00
2010-12-20 15:08:01 +00:00
2010-12-19 12:56:46 -05:00
2010-12-06 11:55:57 +00:00
2010-10-16 22:57:38 +02:00
2010-07-09 14:41:35 +01:00
2008-08-02 21:32:35 +01:00
2011-01-31 10:53:42 +00:00
2008-08-02 21:32:35 +01:00
2010-10-22 10:19:59 -07:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2010-07-09 14:41:33 +01:00
2010-10-07 14:08:55 +01:00
2010-08-14 22:26:51 +02:00
2008-08-02 21:32:35 +01:00
2010-12-04 11:00:53 +00:00
2010-10-29 13:14:40 -05:00
2010-05-20 21:04:21 -05:00
2008-09-01 12:06:26 +01:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2010-06-09 11:12:36 +02:00
2008-08-02 21:32:35 +01:00
2010-12-20 15:09:16 +00:00
2008-08-02 21:32:35 +01:00
2009-12-12 13:08:14 +01:00
2008-09-06 12:10:45 +01:00
2010-10-27 21:41:39 +01:00
2011-01-25 21:18:03 +00:00
2009-12-11 06:34:09 -05:00
2010-10-01 22:35:19 -04:00
2010-11-23 22:46:12 +00:00
2010-12-01 10:23:04 +00:00
2008-08-02 21:32:35 +01:00
2008-12-14 13:22:51 +00:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2010-10-26 11:39:56 +05:30
2009-07-24 12:35:01 +01:00
2010-11-26 20:45:47 +00:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2010-04-22 21:38:11 +01:00
2008-08-02 21:32:35 +01:00
2010-10-18 19:58:50 +02:00
2011-02-23 16:19:21 +00:00
2008-08-02 21:32:35 +01:00
2010-03-13 10:48:22 +00:00
2010-12-22 11:05:35 +00:00
2010-05-17 11:53:57 +01:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2009-12-18 16:07:53 +00:00
2010-09-08 10:05:00 +01:00
2008-08-02 21:32:35 +01:00
2010-09-08 10:05:00 +01:00
2008-08-02 21:32:35 +01:00
2010-05-27 09:12:54 -07:00
2011-01-11 16:23:04 +00:00
2010-10-01 22:32:18 -04:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2010-07-16 10:57:35 +01:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2009-06-11 21:01:52 +02:00
2010-12-24 09:37:58 +00:00
2010-10-18 22:34:25 +01:00
2009-05-17 19:00:37 +01:00
2010-12-20 15:09:16 +00:00
2010-12-20 15:09:08 +00:00
2009-10-12 13:26:31 -07:00
2008-08-02 21:32:35 +01:00
2008-10-01 17:24:04 +01:00
2009-12-14 23:55:32 +01:00
2010-02-15 21:39:50 +00:00
2010-06-14 21:31:00 -04:00
2009-02-12 13:21:17 +00:00
2008-08-02 21:32:35 +01:00
2008-09-04 09:46:11 +01:00
2008-11-27 12:37:59 +00:00
2009-10-25 15:59:53 +00:00
2011-01-06 22:32:52 +00:00
2009-09-15 22:11:05 +01:00
2010-08-10 13:47:39 -07:00
2008-08-02 21:32:35 +01:00
2008-08-02 21:32:35 +01:00
2010-10-01 22:32:18 -04:00
2009-12-18 14:53:41 +00:00
2008-08-07 09:55:48 +01:00
2011-02-21 19:29:28 +00:00
2011-02-21 19:29:28 +00:00
2010-07-09 14:41:35 +01:00
2008-08-02 21:32:35 +01:00
2011-01-06 22:32:52 +00:00
2008-08-02 21:32:35 +01:00
2010-11-04 15:44:31 +00:00
2010-04-14 11:11:30 +01:00
2008-08-02 21:32:35 +01:00
2009-09-18 23:30:11 +01:00
2010-09-01 10:06:08 +01:00
2009-02-19 11:26:24 +00:00
2010-04-14 11:11:30 +01:00
2008-08-02 21:32:35 +01:00
2010-07-09 14:41:34 +01:00
2008-09-06 12:10:45 +01:00
2008-08-02 21:32:35 +01:00