* sn/kernel/bte_error.c build error
@ 2005-01-06 20:18 dann frazier
2005-01-06 21:30 ` Jesse Barnes
2005-01-08 2:42 ` dann frazier
0 siblings, 2 replies; 3+ messages in thread
From: dann frazier @ 2005-01-06 20:18 UTC (permalink / raw)
To: linux-ia64
A UP build of 2.6.10 fails in bte_error.c because HZ is undefined. I added
an include for <asm/param.h> to get further in the build - not sure if this
is the correct solution.
--- kernel-source-2.6.10/arch/ia64/sn/kernel/bte_error.c.orig 2005-01-06 13:20:10.954478087 -0700
+++ kernel-source-2.6.10/arch/ia64/sn/kernel/bte_error.c 2005-01-06 12:54:41.483793698 -0700
@@ -15,6 +15,7 @@
#include "xtalk/xwidgetdev.h"
#include "xtalk/hubdev.h"
#include <asm/sn/bte.h>
+#include <asm/param.h>
/*
* Bte error handling is done in two parts. The first captures
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: sn/kernel/bte_error.c build error
2005-01-06 20:18 sn/kernel/bte_error.c build error dann frazier
@ 2005-01-06 21:30 ` Jesse Barnes
2005-01-08 2:42 ` dann frazier
1 sibling, 0 replies; 3+ messages in thread
From: Jesse Barnes @ 2005-01-06 21:30 UTC (permalink / raw)
To: linux-ia64
On Thursday, January 6, 2005 12:18 pm, dann frazier wrote:
> A UP build of 2.6.10 fails in bte_error.c because HZ is undefined. I added
> an include for <asm/param.h> to get further in the build - not sure if this
> is the correct solution.
>
> --- kernel-source-2.6.10/arch/ia64/sn/kernel/bte_error.c.orig 2005-01-06
> 13:20:10.954478087 -0700 +++
> kernel-source-2.6.10/arch/ia64/sn/kernel/bte_error.c 2005-01-06
> 12:54:41.483793698 -0700 @@ -15,6 +15,7 @@
> #include "xtalk/xwidgetdev.h"
> #include "xtalk/hubdev.h"
> #include <asm/sn/bte.h>
> +#include <asm/param.h>
Ack. Looks ok to me.
Thanks,
Jesse
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: sn/kernel/bte_error.c build error
2005-01-06 20:18 sn/kernel/bte_error.c build error dann frazier
2005-01-06 21:30 ` Jesse Barnes
@ 2005-01-08 2:42 ` dann frazier
1 sibling, 0 replies; 3+ messages in thread
From: dann frazier @ 2005-01-08 2:42 UTC (permalink / raw)
To: linux-ia64
A UP build of 2.6.10 fails in bte_error.c because HZ is undefined.
Approved by Jesse in Message-Id: <200501061330.48941.jbarnes@engr.sgi.com>
Signed-off-by: dann frazier <dannf@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@engr.sgi.com>
--- kernel-source-2.6.10/arch/ia64/sn/kernel/bte_error.c.orig 2005-01-06 13:20:10.954478087 -0700
+++ kernel-source-2.6.10/arch/ia64/sn/kernel/bte_error.c 2005-01-06 12:54:41.483793698 -0700
@@ -15,6 +15,7 @@
#include "xtalk/xwidgetdev.h"
#include "xtalk/hubdev.h"
#include <asm/sn/bte.h>
+#include <asm/param.h>
/*
* Bte error handling is done in two parts. The first captures
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-01-08 2:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-06 20:18 sn/kernel/bte_error.c build error dann frazier
2005-01-06 21:30 ` Jesse Barnes
2005-01-08 2:42 ` dann frazier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox