From: Thomas Gleixner Date: Wed, 14 Oct 2009 22:42:28 +0000 (+0000) Subject: powerpc: Use unlocked ioctl in nvram_64 X-Git-Tag: v2.6.33-rc1~293^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b03fecd12c4f2a0a3ea33612606320ad23e64fe;p=pandora-kernel.git powerpc: Use unlocked ioctl in nvram_64 The ioctl is only used for powermac systems and reads a partition number from an array which is initialized at boot time way before the nvram code is initialized. So it's safe to switch to unlocked_ioctl. Signed-off-by: Thomas Gleixner Cc: Benjamin Herrenschmidt Cc: linuxppc-dev@ozlabs.org Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed