From: William Lee Irwin III Date: Tue, 17 May 2005 04:53:58 +0000 (-0700) Subject: [PATCH] profile.c: `schedule' parsing fix X-Git-Tag: v2.6.12-rc5~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfaa9c94b13071c9b5f8578d0ae99acc76c60139;p=pandora-kernel.git [PATCH] profile.c: `schedule' parsing fix profile=schedule parsing is not quite what it should be. First, str[7] is 'e', not ',', but then even if it did fall through, prof_on = SCHED_PROFILING would be clobbered inside if (get_option(...)) So a small amount of rearrangement is done in this patch to correct it. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed