[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: undefined reference to `xmon_wants_key'



> [...]
> -#if defined(CONFIG_XMON) && !defined(CONFIG_PPC64)
>                         if (len == 4 && data[1] == 0x2c) {
>                                 extern int xmon_wants_key, xmon_adb_keycode;
>                                 if (xmon_wants_key) {
> @@ -1379,7 +1403,6 @@ next:
>                                         return;
>                                 }
>                         }
> -#endif /* defined(CONFIG_XMON) && !defined(CONFIG_PPC64) */
> [...]
> 
> 
> This is my 2.6.15-rc5-mm1 kernel configuration -
> http://cgi.sfu.ca/~jdbates/tmp/kernel/fis-200512050
> 
> & this is my 2.6.15-rc5 kernel configuration -
> http://cgi.sfu.ca/~jdbates/tmp/kernel/fis-200512051
> 
> This problem has persisted for me for a couple versions of -mm - please
> advise what I can do to better identify the problem - or where I should
> more appropriately send a bug report

Enable CONFIG_XMON for now, I'll have a look asap, thanks.

Ben.




Reply to: