From: Arnd Bergmann Date: Mon, 22 Mar 2010 19:55:11 +0000 (+0100) Subject: hpet: kill BKL, add compat_ioctl X-Git-Tag: v2.6.37-rc1~176^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54066a57c584ee8ce767053116fc4943ed1168b5;p=pandora-kernel.git hpet: kill BKL, add compat_ioctl hpet uses the big kernel lock in its ioctl and open functions. Replace this with a private mutex to be sure. Since we're already touching the ioctl function, add the compat_ioctl version as well -- all commands except HPET_INFO are compatible and that one is easy to add. Signed-off-by: Arnd Bergmann Cc: Clemens Ladisch Cc: Bob Picco --- Reading git-diff-tree failed