search for: math_emu

Displaying 5 results from an estimated 5 matches for "math_emu".

2007 Dec 18
3
[PATCH] finish processor.h integration
...ons(+), 3 deletions(-) diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h index 80c5002..0641d0e 100644 --- a/include/asm-x86/processor.h +++ b/include/asm-x86/processor.h @@ -7,12 +7,24 @@ struct task_struct; struct mm_struct; +#include <asm/vm86.h> +#include <asm/math_emu.h> +#include <asm/segment.h> #include <asm/page.h> -#include <asm/percpu.h> +#include <asm/types.h> +#include <asm/sigcontext.h> +#include <asm/current.h> +#include <asm/cpufeature.h> #include <asm/system.h> +#include <asm/page.h> #include...
2007 Dec 18
3
[PATCH] finish processor.h integration
...ons(+), 3 deletions(-) diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h index 80c5002..0641d0e 100644 --- a/include/asm-x86/processor.h +++ b/include/asm-x86/processor.h @@ -7,12 +7,24 @@ struct task_struct; struct mm_struct; +#include <asm/vm86.h> +#include <asm/math_emu.h> +#include <asm/segment.h> #include <asm/page.h> -#include <asm/percpu.h> +#include <asm/types.h> +#include <asm/sigcontext.h> +#include <asm/current.h> +#include <asm/cpufeature.h> #include <asm/system.h> +#include <asm/page.h> #include...
2004 Jul 19
0
Cant compile Zaptel at all
...ux/types.h:21: error: parse error before "dev_t" /usr/src/linux/include/linux/types.h:21: warning: type defaults to `int' in declaration of `dev_t' /usr/src/linux/include/linux/types.h:21: warning: data definition has no type or storage class In file included from /usr/include/asm/math_emu.h:4, from /usr/include/asm/processor.h:11, from /usr/src/linux/include/linux/prefetch.h:13, from /usr/src/linux/include/linux/list.h:6, from /usr/src/linux/include/linux/module.h:12, from zaptel.c:44: /usr/include/...
2007 Dec 18
2
[PATCH 1/2] remove __init modifier from header declaration
This patch removes the __init modifier from an extern function declaration in acpi.h. Besides not being strictly needed, it requires the inclusion of linux/init.h, which is usually not even included directly, increasing header mess by a lot. Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> --- include/asm-x86/acpi.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
2007 Dec 18
2
[PATCH 1/2] remove __init modifier from header declaration
This patch removes the __init modifier from an extern function declaration in acpi.h. Besides not being strictly needed, it requires the inclusion of linux/init.h, which is usually not even included directly, increasing header mess by a lot. Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> --- include/asm-x86/acpi.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)