[PATCH] highmem: fix missed kmap_atomic update in arch/arm/include/asm/highmem.h

Uwe Kleine-König u.kleine-koenig at pengutronix.de
Wed Dec 7 04:35:14 EST 2011


On Wed, Dec 07, 2011 at 05:21:59PM +0800, Axel Lin wrote:
> commit 37bfbb "highmem: kill all __kmap_atomic()" missed the update to
> arch/arm/include/asm/highmem.h.
> 
> This patch fixes below build error:
>   CC      init/main.o
> In file included from include/linux/pagemap.h:10,
>                  from include/linux/mempolicy.h:70,
>                  from init/main.c:49:
> include/linux/highmem.h: In function 'kmap_atomic_deprecated':
> include/linux/highmem.h:127: error: implicit declaration of function 'kmap_atomic'
> include/linux/highmem.h:127: warning: return makes pointer from integer without a cast
> include/linux/highmem.h: In function 'clear_highpage':
> include/linux/highmem.h:218: warning: initialization makes pointer from integer without a cast
> include/linux/highmem.h: In function 'zero_user_segments':
> include/linux/highmem.h:227: warning: initialization makes pointer from integer without a cast
> include/linux/highmem.h: In function 'copy_highpage':
> include/linux/highmem.h:279: warning: assignment makes pointer from integer without a cast
> include/linux/highmem.h:280: warning: assignment makes pointer from integer without a cast
> make[1]: *** [init/main.o] Error 1
> make: *** [init] Error 2
Already reported and fixed, see

	http://thread.gmane.org/gmane.linux.kernel/1225278

Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |



More information about the linux-arm-kernel mailing list