* 2.6.11 unstable buiild error with highmem
@ 2005-03-14 17:28 woody
2005-03-14 20:40 ` Dave Hansen
0 siblings, 1 reply; 3+ messages in thread
From: woody @ 2005-03-14 17:28 UTC (permalink / raw)
To: xendev
[-- Attachment #1: Type: text/plain, Size: 1951 bytes --]
Sorry if this is clutter, download from the UK site 14mar05 02:30 utc
I could be incorrect on my config here, help appreciated.
wm
PS: followed the steps in the user guide for dom0 kernel customize.
==========================================================================
<...snip...>
#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
CONFIG_HIGHMEM=y
CONFIG_MTRR=y
CONFIG_HAVE_DEC_LOCK=y
# CONFIG_REGPARM is not set
==========================================================================
<...snip...>
CC arch/xen/i386/mm/hypervisor.o
CC arch/xen/i386/mm/highmem.o
arch/xen/i386/mm/highmem.c: In function `kmap_atomic_pte':
arch/xen/i386/mm/highmem.c:58: error: `highmem_start_page' undeclared (first use in this function)
arch/xen/i386/mm/highmem.c:58: error: (Each undeclared identifier is reported only once
arch/xen/i386/mm/highmem.c:58: error: for each function it appears in.)
make[4]: *** [arch/xen/i386/mm/highmem.o] Error 1
make[3]: *** [arch/xen/i386/mm] Error 2
make[3]: Leaving directory `/root/xen-unstable/linux-2.6.11-xen0'
make[2]: *** [build] Error 2
make[2]: Leaving directory `/root/xen-unstable'
make[1]: *** [linux-2.6-xen0-build] Error 2
make[1]: Leaving directory `/root/xen-unstable'
make: *** [kernels] Error 1
[root@localhost xen-unstable]# vi ./linux-2.6.11-xen0/.config
You have new mail in /var/spool/mail/root
[root@localhost xen-unstable]#
==========================================================================
===================================================
--
Sincerely, Woody Marvel LTC Open Source Projects Beaverton, OR
tel: 503-578-3833/775-3833 email: marvel@us.ibm.com
=======================================================================
"The branch is not only ever near the stem, but ever receiving life and fruitfulness from it." -- C.H.Spurgeon
=======================================================================
[-- Attachment #2: Type: text/html, Size: 2496 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.6.11 unstable buiild error with highmem
2005-03-14 17:28 2.6.11 unstable buiild error with highmem woody
@ 2005-03-14 20:40 ` Dave Hansen
2005-03-14 22:27 ` woody
0 siblings, 1 reply; 3+ messages in thread
From: Dave Hansen @ 2005-03-14 20:40 UTC (permalink / raw)
To: William E. Marvel [imap]; +Cc: xendev
On Mon, 2005-03-14 at 09:28 -0800, woody wrote:
> CC arch/xen/i386/mm/hypervisor.o
> CC arch/xen/i386/mm/highmem.o
> arch/xen/i386/mm/highmem.c: In function `kmap_atomic_pte':
> arch/xen/i386/mm/highmem.c:58: error: `highmem_start_page' undeclared (first use in this function)
> arch/xen/i386/mm/highmem.c:58: error: (Each undeclared identifier is reported only once
> arch/xen/i386/mm/highmem.c:58: error: for each function it appears in.)
> make[4]: *** [arch/xen/i386/mm/highmem.o] Error 1
Ahhh. The perils of maintaining an out-of-tree architecture :)
See this changeset:
http://linus.bkbits.net:8080/linux-2.5/user=haveblue/cset@41db789dk9nUJqX8AnsdYbPPQK-uow?nav=!-|index.html|stats|!+|index.html|ChangeSet@-9M
Basically change any comparison with highmem_start_page to use
PageHighMem().
-- Dave
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.6.11 unstable buiild error with highmem
2005-03-14 20:40 ` Dave Hansen
@ 2005-03-14 22:27 ` woody
0 siblings, 0 replies; 3+ messages in thread
From: woody @ 2005-03-14 22:27 UTC (permalink / raw)
To: Dave Hansen; +Cc: xendev
[-- Attachment #1: Type: text/plain, Size: 1781 bytes --]
Dave,
Thank you sir.
wm
==================
Dave Hansen wrote:
>On Mon, 2005-03-14 at 09:28 -0800, woody wrote:
>
>
>> CC arch/xen/i386/mm/hypervisor.o
>> CC arch/xen/i386/mm/highmem.o
>>arch/xen/i386/mm/highmem.c: In function `kmap_atomic_pte':
>>arch/xen/i386/mm/highmem.c:58: error: `highmem_start_page' undeclared (first use in this function)
>>arch/xen/i386/mm/highmem.c:58: error: (Each undeclared identifier is reported only once
>>arch/xen/i386/mm/highmem.c:58: error: for each function it appears in.)
>>make[4]: *** [arch/xen/i386/mm/highmem.o] Error 1
>>
>>
>
>Ahhh. The perils of maintaining an out-of-tree architecture :)
>
>See this changeset:
>
>http://linus.bkbits.net:8080/linux-2.5/user=haveblue/cset@41db789dk9nUJqX8AnsdYbPPQK-uow?nav=!-|index.html|stats|!+|index.html|ChangeSet@-9M
>
>Basically change any comparison with highmem_start_page to use
>PageHighMem().
>
>-- Dave
>
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/xen-devel
>
>
>
--
Sincerely, Woody Marvel LTC Open Source Projects Beaverton, OR
tel: 503-578-3833/775-3833 email: marvel@us.ibm.com
=======================================================================
"The branch is not only ever near the stem, but ever receiving life and fruitfulness from it." -- C.H.Spurgeon
=======================================================================
[-- Attachment #2: Type: text/html, Size: 2750 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-03-14 22:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-14 17:28 2.6.11 unstable buiild error with highmem woody
2005-03-14 20:40 ` Dave Hansen
2005-03-14 22:27 ` woody
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.