From mboxrd@z Thu Jan 1 00:00:00 1970 From: mobile.parmenides@gmail.com (parmenides) Date: Fri, 24 Jan 2014 17:43:35 +0800 Subject: What's the meaning of CONFIG_BROKEN_ON_SMP? Message-ID: <52E235C7.1000107@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi, I compiled a driver, ang get the following message: CONFIG_BROKEN_ON_SMP: should be set in the kernel configuration, but isn't. Somebody suggested to disable the kernel's SMP feature. I did, and the problem got solved. Then, I googled the meaning of CONFIG_BROKEN_ON_SMP, but did not get definitive explanation, such as http://cateee.net/lkddb/web-lkddb/BROKEN_ON_SMP.html I wonder what the meaning of the configuration is. How does it work? Thx!