-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Somebody in the thread at some point said:

| |  static DECLARE_MUTEX(console_sem);
| | +#ifdef CONFIG_ANDROID_CONSOLE_EARLYSUSPEND
| |  static DECLARE_MUTEX(secondary_console_sem);
| | +#endif
|
|> This is a ifndef.
| | +#ifndef CONFIG_ANDROID_CONSOLE_EARLYSUSPEND
| |      if (console_suspended) {
| |          down(&secondary_console_sem);

Yes but secondary_console_sem only gets defined if
CONFIG_ANDROID_CONSOLE_EARLYSUSPEND is defined (see what I pasted just
above), so it's a bug.

- -Andy

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkmBpgsACgkQOjLpvpq7dMo6iACfdC+Id3VIA9QKVAcsXnSJcGG0
uvAAn10mCk0RH2AcUSIfY3Usk90u/rKQ
=9gj2
-----END PGP SIGNATURE-----
_______________________________________________
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

Reply via email to