public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6VMM, uClinux, & Comedi
@ 2005-08-01 13:17 NZG
  2005-08-01 15:18 ` Bernd Porr
  2005-08-02 13:27 ` Ian Abbott
  0 siblings, 2 replies; 5+ messages in thread
From: NZG @ 2005-08-01 13:17 UTC (permalink / raw)
  To: comedi; +Cc: linux-kernel

I managed to successfully cross-compile Comedi for the Coldfire uClinux 2.6, 
however it has several unresolved symbols when I try to load it.

comedi: Unknown symbol pgd_offset_k
comedi: Unknown symbol pmd_none
comedi: Unknown symbol remap_page_range
comedi: Unknown symbol pte_present
comedi: Unknown symbol pte_offset_kernel
comedi: Unknown symbol VMALLOC_VMADDR
comedi: Unknown symbol pte_page

Apparently uClinux isn't implementing these paged memory functions,which
kind of makes sense, but I'm a little fuzzy on what the nommu code is
supposed to be doing exactly, and I couldn't find any documentation on what 
these functions are doing in the vanilla 2.6 kernel.
Has anyone else been down this road before?
I found Mel Gorman's Thesis on the 2.4 mm functions, but I couldn't find most 
of these symbols in it.
It's looking like the 2.6 mm stuff is still pretty undocumented, any links to 
documentation (or short text explanations)would be appreciated. 

thx.
NZG.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-08-03 10:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-01 13:17 2.6VMM, uClinux, & Comedi NZG
2005-08-01 15:18 ` Bernd Porr
2005-08-02 13:27 ` Ian Abbott
2005-08-02 21:12   ` NZG
2005-08-03 10:03     ` Ian Abbott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox