]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
softlockup: move 'one' to the softlockup section in sysctl.c
authorIngo Molnar <mingo@elte.hu>
Thu, 12 Feb 2009 12:10:17 +0000 (13:10 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 12 Feb 2009 16:08:15 +0000 (17:08 +0100)
commit9f8d979f082a3ee1b27f32b7e0811b51c3ad1d15
tree190c8d2cd289c9588376f85b3d5d61828c8c1c05
parent871cafcc962fa1655c44b4f0e54d4c5cc14e273c
softlockup: move 'one' to the softlockup section in sysctl.c

CONFIG_SOFTLOCKUP=y || CONFIG_DETECT_HUNG_TASKS=y is now the only user
of the 'one' constant in kernel/sysctl.c. Move it to the softlockup
block of constants.

This fixes a GCC warning.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sysctl.c