From: Manfred Spraul Date: Wed, 2 Nov 2011 20:38:56 +0000 (-0700) Subject: include/linux/sem.h: make sysv_sem empty if SYSVIPC is disabled X-Git-Tag: v3.2-rc1~82^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f567a18590742b811287b7512fb0908deac4eef7;p=pandora-kernel.git include/linux/sem.h: make sysv_sem empty if SYSVIPC is disabled For the sysvsem undo, each task struct contains a sysv_sem structure with a pointer to the undo information. This pointer is only necessary if sysvipc is enabled - thus the pointer can be made conditional on CONFIG_SYSVIPC. Signed-off-by: Manfred Spraul Acked-by: Peter Zijlstra Cc: Thomas Gleixner Cc: Mike Galbraith Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed