Sorry for the late response I've been away (January is holiday time in Australia!)
Thanks for the various responses. I obviously unset some options that I shouldn't have done! I did try with the standard config (ie without me changing anything) and it worked but it is nice to know what I did wrong. I can now set the options I want without going round in circles. rgh On Thu, 2004-01-29 at 01:29, Jay Estabrook wrote: > On Sat, Jan 17, 2004 at 01:49:45AM +1100, Richard Heycock wrote: > > > > I have attached both the .config file and make output. > > > > Has anyone seen anything like this before? > > Nope. > > > In file included from include/asm/tlb.h:10, > > from arch/alpha/mm/init.c:32: > > include/asm-generic/tlb.h: In function `tlb_flush_mmu': > > include/asm-generic/tlb.h:76: warning: implicit declaration of function > > `release_pages' > > include/asm-generic/tlb.h: In function `tlb_remove_page': > > include/asm-generic/tlb.h:111: warning: implicit declaration of function > > `page_cache_release' > > make[1]: *** [arch/alpha/mm/init.o] Error 1 > > make: *** [arch/alpha/mm] Error 2 > > If you track down where the "release_pages" reference comes from (it's > referenced in the macro "free_pages_and_swap_cache" which is used in > the original "tlb_flush_mmu"), you'll find in the include/linux/swap.h > file that it is ONLY referenced if swapping is turned off... > > > # > > # General setup > > # > > # CONFIG_SWAP is not set > > BINGO! > > I think maybe you'd better turn this option on... ;-} > > --Jay++ > > ----------------------------------------------------------------------------- > Jay A Estabrook HPTC - LINUX support > Hewlett-Packard Company - MRO1-2/K15 (508) 467-2080 > 200 Forest Street, Marlboro MA 01752 [EMAIL PROTECTED] > ----------------------------------------------------------------------------- -- "It is possible to make things of great complexity out of things that are very simple. There is no conservation of simplicity" -- Stephen Wolfram Richard Heycock <[EMAIL PROTECTED]> tel : 0410 646 369 key fingerprint : 909D CBFA C669 AC2F A937 AFA4 661B 9D21 EAAB 4291

