I've got it down to a handful of undefined symbols at link time, the worst
of which are the "flush_cache" like functions which should be included
from <asm/pgtable.h> but as of now for the Alpha code they reside in
<asm/pgalloc.h>.
So I moved the defines over to pgtable.h, but I find one of the functions
uses the "VM_EXEC" define from <linux/mm.h>. As luck would have it, mm.h
includes pgtable.h.
What is the prefered method for resolving this?
-Chris
-- Two penguins were walking on an iceberg. The first penguin said to the second, "you look like you are wearing a tuxedo." The second penguin said, "I might be..." --David Lynch, Twin Peaks- 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/