From: Don Skidmore Date: Fri, 25 Feb 2011 01:58:04 +0000 (+0000) Subject: ixgbe: add function pointer for semaphore function X-Git-Tag: v2.6.39-rc1~468^2~170^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e655105e3e19d746f9e95c514b014c11c3d1b6a;p=pandora-kernel.git ixgbe: add function pointer for semaphore function The X540 devices grabs semaphores differently than 82599 and 82598 devices do. They do however also grab them in allot of the same functions. So I'm adding a new MAC operation function pointer to allow us to use the correct function based on our MAC type. I'm also changing all the semaphore calls to use this new function pointer. Signed-off-by: Don Skidmore Tested-by: Stephen Ko Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed