From: Thomas Gleixner Date: Wed, 26 Jan 2011 20:32:01 +0000 (+0100) Subject: rwsem: Remove redundant asmregparm annotation X-Git-Tag: v2.6.39-rc1~511^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d123375425d7df4b6081a631fc1203fceafa59b2;p=pandora-kernel.git rwsem: Remove redundant asmregparm annotation Peter Zijlstra pointed out, that the only user of asmregparm (x86) is compiling the kernel already with -mregparm=3. So the annotation of the rwsem functions is redundant. Remove it. Signed-off-by: Thomas Gleixner Cc: Peter Zijlstra Cc: David Howells Cc: Benjamin Herrenschmidt Cc: Matt Turner Cc: Tony Luck Cc: Heiko Carstens Cc: Paul Mundt Cc: David Miller Cc: Chris Zankel LKML-Reference: Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed