From: Stephen Rothwell Date: Tue, 6 Jan 2009 18:47:44 +0000 (-0800) Subject: ibmveth: use consistent types X-Git-Tag: v2.6.29-rc1~45^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff5bfc3584efdadf826a21bc76ef42bdfcf3f612;p=pandora-kernel.git ibmveth: use consistent types These variables are only used with an interface that just dumps their values into registers to be passed to the hypervisor. The arguments to that interface are declared to be "unsigned long", so make these variables match. The macros are only used with these variables, so make them match as well. This code is currently only built for 64bit powerpc, so the transformation is really a noop. If the interface was ever ported to 32 bit, it would almost certainly still use registers to pass the parameters and so "unsigned long" would still be appropriate. Signed-off-by: Stephen Rothwell Signed-off-by: David S. Miller --- Reading git-diff-tree failed