search for: module_regparm

Displaying 2 results from an estimated 2 matches for "module_regparm".

2007 Apr 18
0
[RFC, PATCH 20/24] i386 Vmi module fixups
...@@ -1,6 +1,8 @@ #ifndef _ASM_I386_MODULE_H #define _ASM_I386_MODULE_H +#include <mach_module.h> + /* x86 is simple */ struct mod_arch_specific { @@ -72,6 +74,7 @@ struct mod_arch_specific #define MODULE_STACKSIZE "" #endif -#define MODULE_ARCH_VERMAGIC MODULE_PROC_FAMILY MODULE_REGPARM MODULE_STACKSIZE +#define MODULE_ARCH_VERMAGIC MODULE_PROC_FAMILY MODULE_REGPARM MODULE_STACKSIZE \ + MODULE_SUBARCH_VERMAGIC #endif /* _ASM_I386_MODULE_H */ Index: linux-2.6.16-rc3/include/asm-i386/mach-vmi/mach_module.h =================================================================== --- li...
2007 Apr 18
0
[RFC, PATCH 20/24] i386 Vmi module fixups
...@@ -1,6 +1,8 @@ #ifndef _ASM_I386_MODULE_H #define _ASM_I386_MODULE_H +#include <mach_module.h> + /* x86 is simple */ struct mod_arch_specific { @@ -72,6 +74,7 @@ struct mod_arch_specific #define MODULE_STACKSIZE "" #endif -#define MODULE_ARCH_VERMAGIC MODULE_PROC_FAMILY MODULE_REGPARM MODULE_STACKSIZE +#define MODULE_ARCH_VERMAGIC MODULE_PROC_FAMILY MODULE_REGPARM MODULE_STACKSIZE \ + MODULE_SUBARCH_VERMAGIC #endif /* _ASM_I386_MODULE_H */ Index: linux-2.6.16-rc3/include/asm-i386/mach-vmi/mach_module.h =================================================================== --- li...