From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 16 May 2003 22:26:56 +0200 (MEST) Message-Id: <200305162026.h4GKQumG026579@harpo.it.uu.se> From: mikpe@csd.uu.se Subject: Re: 2.5.69-mm6 Sender: owner-linux-mm@kvack.org Return-Path: To: andreas@fjortis.info, davej@codemonkey.org.uk Cc: akpm@digeo.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org List-ID: On Fri, 16 May 2003 18:55:39 +0100, Dave Jones wrote: >On Fri, May 16, 2003 at 07:28:34PM +0200, Andreas Henriksson wrote: > > I also got unresolved symbols for two modules. > > arch/i386/kernel/suspend.ko: enable_sep_cpu, default_ldt, init_tss > > arch/i386/kernel/apm.ko: save_processor_state, restore_processor_state > >Mikael's patch for these has been posted several times already in the >last few days. No, Andreas' bug is different. He obviously built APM as a module, and apparently the save and restore processor state procedures in suspend.c aren't EXPORT_SYMBOL()d. I never build APM as a module so I didn't notice this in my testing. Workarounds: configure APM non-modular, or add EXPORT_SYMBOL() for {save,restore}_processor_state somewhere in arch/i386/kernel/. I'll whip up a proper patch with the EXPORT_SYMBOL()s tomorrow. /Mikael -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: aart@kvack.org