Another bug report for UML in latest Linux 2.6-BK repository.

From: Anton Altaparmakov
Date: Tue Nov 16 2004 - 08:43:43 EST


If I enable HIGHMEM in my .config (see my previous bug report for my
.config and just change HIGHMEM to enabled) compilation fails:

[snip]
CC arch/um/kernel/mem.o
arch/um/kernel/mem.c: In function `mem_init':
arch/um/kernel/mem.c:71: warning: implicit declaration of function
`phys_page'
arch/um/kernel/mem.c:71: warning: assignment makes pointer from integer
without a cast
arch/um/kernel/mem.c: In function `kmap_init':
arch/um/kernel/mem.c:151: warning: implicit declaration of function
`pte_offset'arch/um/kernel/mem.c:151: warning: assignment makes pointer
from integer without a cast
[snip]
LD .tmp_vmlinux1
arch/um/kernel/built-in.o(.text+0x2ca9): In function `mem_init':
arch/um/kernel/mem.c:71: undefined reference to `phys_page'
arch/um/kernel/built-in.o(.init.text+0x1d2): In function `kmap_init':
include/asm/pgtable.h:394: undefined reference to `pte_offset'
collect2: ld returned 1 exit status
KSYM .tmp_kallsyms1.S
nm: '.tmp_vmlinux1': No such file
make: *** [.tmp_kallsyms1.S] Error 139

Best regards,

Anton
--
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Unix Support, Computing Service, University of Cambridge, CB2 3QH, UK
Linux NTFS maintainer / IRC: #ntfs on irc.freenode.net
WWW: http://linux-ntfs.sf.net/, http://www-stu.christs.cam.ac.uk/~aia21/

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