Files
ubports_kernel_google_msm/include/asm-m68k
Geert Uytterhoeven 5b808a5935 m68k: kill page walker compile warning
The recently introduced page walker (walk_page_range()) calls pgd_offset with a
const struct mm_struct pointer, causing the following compile warning on m68k:

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

Make the `mm' parameter of the inline function pgd_offset() const to shut it
up.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-07 09:10:06 -08:00
..
2008-01-28 23:58:27 -05:00
2007-04-25 22:23:33 -07:00
2007-07-17 10:23:11 -07:00
2007-10-17 08:42:55 -07:00
2007-10-20 00:32:32 +02:00
2007-10-13 09:41:03 -07:00
2008-02-05 09:44:24 -08:00
2007-05-31 07:58:14 -07:00
2007-05-31 07:58:14 -07:00
2007-05-31 07:58:14 -07:00
2008-02-06 10:41:01 -08:00
2007-05-11 08:29:34 -07:00
2007-10-17 08:42:47 -07:00
2007-07-16 09:05:36 -07:00
2008-02-07 08:42:32 -08:00
2007-05-09 12:30:56 -07:00
2007-10-19 11:53:34 -07:00
2007-05-15 08:54:00 -07:00
2007-10-13 09:41:03 -07:00
2008-02-07 08:42:30 -08:00