lkml.org 
[lkml]   [2002]   [Feb]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject2.4.18-rc2 doesn't compile on ia64
Hello!

I'm trying to compile Linux for ia64 and it doesn't compile:

$ gcc -D__KERNEL__ -I/home/proski/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -ffixed-r13 -mfixed-range=f10-f15,f32-f127 -falign-functions=32
-frename-registers --param max-inline-insns=400 -mconstant-gp
-DKBUILD_BASENAME=main -c -o init/main.o init/main.c
In file included from /home/proski/linux/include/linux/pagemap.h:16,
from /home/proski/linux/include/linux/locks.h:8,
from
/home/proski/linux/include/linux/devfs_fs_kernel.h:6,
from init/main.c:16:
/home/proski/linux/include/linux/highmem.h: In function
`clear_user_highpage':
/home/proski/linux/include/linux/highmem.h:49: warning: passing arg 2 of
`clear_user_page' makes pointer from integer without a cast
/home/proski/linux/include/linux/highmem.h: In function
`copy_user_highpage':
/home/proski/linux/include/linux/highmem.h:81: too few arguments to
function `copy_user_page'
make: *** [init/main.o] Error 1

Indeed, clear_user_page() is defined with 3 arguments for ia-64
(include/asm-ia64/pgalloc.h) and with 2 arguments for other platforms
(include/asm-i386/page.h)

clear_user_page() is used with 2 arguments in include/linux/highmem.h, it
is also documented with 2 arguments in Documentation/cachetlb.txt

The problem is fixed in the ia-64 patch at
http://www.kernel.org/pub/linux/kernel/ports/ia64/v2.4/ but it's still not
in the official kernel, which means that 2.4.18 won't compile for ia-64
unless this problem is taken care of.

--
Regards,
Pavel Roskin

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:24    [W:0.040 / U:0.300 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site