From 73970c47beb42f3e1ab0b86c537b1c79539f05f4 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Sun, 9 Feb 2014 15:51:24 -0500 Subject: [PATCH] drm/nouveau: replace ffsll with __ffs64 The ffsll function is a lot slower than the __ffs64 built-in which compiles to a single instruction on 64-bit. It's also nice to avoid custom versions of standard functions. Note that __ffs == ffs - 1. Signed-off-by: Ilia Mirkin Signed-off-by: Ben Skeggs --- Reading git-format-patch failed