KOSAKI Motohiro e4b05d4097 [IA64] pgd_offset() constfication.
when compile 2.6.25-rc8-mm1, below warning happend.
because walk_page_range pass argument as "const struct mm*",
but pgd_offset() receive as "struct mm*".

  CC      mm/pagewalk.o
mm/pagewalk.c: In function 'walk_page_range':
mm/pagewalk.c:111: warning: passing argument 1 of 'pgd_offset' discards qualifiers from pointer target type

Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2008-04-09 10:10:18 -07:00
..
2008-01-30 13:34:07 +01:00
2008-02-04 15:19:16 -08:00
2007-10-19 11:53:41 -07:00
2008-02-03 16:32:51 +02:00
2007-10-16 11:27:26 +02:00
2007-02-05 18:46:40 -08:00
2007-07-17 10:23:11 -07:00
2007-07-25 12:56:39 -07:00
2007-10-20 00:32:32 +02:00
2007-12-07 16:11:12 -08:00
2007-05-08 11:15:20 -07:00
2008-02-04 15:42:06 -08:00
2008-02-04 15:42:06 -08:00
2007-10-17 08:42:54 -07:00
2008-02-11 13:23:46 -08:00
2007-07-12 16:04:39 -07:00
2008-04-09 10:10:18 -07:00
2007-05-11 08:29:34 -07:00
2007-10-17 08:42:47 -07:00
2007-02-12 09:48:39 -08:00
2007-10-19 11:53:41 -07:00
2008-02-07 08:42:30 -08:00