X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=linux_module%2Fpalacios.h;fp=linux_module%2Fpalacios.h;h=fc406bfa00bc513a5a457bd592985c84f2c52ccb;hp=46946375b5b1dae7259740e158c1a40104eca891;hb=c8b23e99efde3aa5a2c26d1b8e9bc7dc914e6113;hpb=4e43946f01f687361197dc9571b7df02ae20de30 diff --git a/linux_module/palacios.h b/linux_module/palacios.h index 4694637..fc406bf 100644 --- a/linux_module/palacios.h +++ b/linux_module/palacios.h @@ -260,6 +260,10 @@ void palacios_mutex_unlock_irqrestore(void *mutex, void *flags); #endif +#if LINUX_VERSION_CODE > KERNEL_VERSION(3,9,0) +#define strict_strtoull(s,b,r) kstrtoull(s,b,r) +#endif + #endif