From: Ilpo Järvinen Date: Mon, 26 Nov 2007 15:34:54 +0000 (+0800) Subject: [PCOUNTER] Fix build error without CONFIG_SMP X-Git-Tag: v2.6.25-rc1~1162^2~1356 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7d0362dd41e760f340c1b500646cc92522bd9d5;p=pandora-kernel.git [PCOUNTER] Fix build error without CONFIG_SMP I keep getting this build error and couldn't find anyone fixing it in archives. ...Maybe all net developers except me build just SMP kernels :-). In file included from include/net/sock.h:50, from ipc/mqueue.c:35: include/linux/pcounter.h: In function 'pcounter_add': include/linux/pcounter.h:87: error: 'struct pcounter' has no member named 'value' make[1]: *** [ipc/mqueue.o] Error 1 make: *** [ipc] Error 2 Signed-off-by: Ilpo Järvinen Acked-by: Arnaldo Carvalho de Melo Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed