Skip to content
  • Stephen Rothwell's avatar
    ibmveth: use consistent types · ff5bfc35
    Stephen Rothwell authored
    
    
    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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    ff5bfc35