]> git.baikalelectronics.ru Git - kernel.git/commit
mm: fixup compilation error due to an asm write through a const pointer
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 14 Apr 2012 16:03:10 +0000 (18:03 +0200)
committerDave Airlie <airlied@redhat.com>
Mon, 23 Apr 2012 16:41:18 +0000 (17:41 +0100)
commit88e828fadc014a5b8df82bd620f95810b7033f5a
treea51131ecfe7212f81c42f1a21bf0ff29c0719892
parent8855f2df04e7c727d8c2f572dbea93360ef10bef
mm: fixup compilation error due to an asm write through a const pointer

This regression has been introduced in

commit 43046020c6cbef264e87bf330d993fbd1436b262
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Sun Mar 25 19:47:41 2012 +0200

    mm: extend prefault helpers to fault in more than PAGE_SIZE

I have failed to notice this because x86 asm seems to happily compile
things as-is.

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/linux/pagemap.h