Messages in this thread Patch in this message |  | | Date | Tue, 02 Jan 2001 11:57:13 +0800 | From | Tommy Wu <> | Subject | Re: Sparc64 compile error for 2.4.0-prerelease |
| |
"David S. Miller" 寫道: > > See testing/prerelease-diff >
This patch still has problem for define 'HZ' in 'asm-sparc64/delay.h'. It defined in linux/param.h.
--- delay.old Tue Jan 2 11:53:34 2001 +++ delay.h Tue Jan 2 11:43:17 2001 @@ -8,6 +8,7 @@ #define __SPARC64_DELAY_H
#include <linux/config.h> +#include <linux/param.h> #ifdef CONFIG_SMP #include <linux/sched.h> #include <asm/smp.h>
--
Tommy Wu mailto:tommy@teatime.com.tw http://www.teatime.com.tw/~tommy ICQ: 22766091 Mobile Phone: +886 936 909490 TeaTime BBS +886 2 31515964 24Hrs V.Everything
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |