SLUG Mailing List ArchivesJames Gregory wrote:
/*
* If CONFIG_SMP is unset, declare the _raw_* definitions as nops
*/
#define spin_lock_init(lock) do { (void)(lock); } while(0)
#define _raw_spin_lock(lock) do { (void)(lock); } while(0)
Is this euphemism for "in ubuntu SMP is not implemented" ? O Plameras