| To: | Ralf Baechle <ralf@oss.sgi.com> |
|---|---|
| Subject: | Re: Current cvs kernerl fails to compile for decstation |
| From: | Harald Koerfgen <Harald.Koerfgen@home.ivm.de> |
| Date: | Sat, 19 Feb 2000 13:26:54 +0100 (MET) |
| Cc: | linux-mips@vger.rutgers.edu, linux-mips@fnet.fr, linux@cthulhu.engr.sgi.com, Florian Lohoff <flo@rfc822.org>, Marc Esipovich <marc@mucom.co.il> |
| In-reply-to: | <20000218224609.C24098@uni-koblenz.de> |
| Organization: | none |
| Reply-to: | "Harald Koerfgen" <Harald.Koerfgen@home.ivm.de> |
| Sender: | owner-linuxmips@oss.sgi.com |
On 18-Feb-00 Ralf Baechle wrote: > On Fri, Feb 18, 2000 at 03:05:18PM -0200, Marc Esipovich wrote: > >> > #if HZ == 100 >> > #define TCP_TW_RECYCLE_TICK (7+2-TCP_TW_RECYCLE_SLOTS_LOG) >> > #elif HZ == 1024 >> > #define TCP_TW_RECYCLE_TICK (10+2-TCP_TW_RECYCLE_SLOTS_LOG) >> > #else >> > #error HZ != 100 && HZ != 1024. >> > #endif Well, I changed that to #if HZ == 100 || HZ == 128 HZ has been changed to 128 somewhere in the early 2.3.x series... > It's 64 because it's not possible to program the DECstation RTC to 100Hz > or 1024Hz. Well, 1024 Hz would be possible but certainly total overkill for a DECstation 2100 with a 12.5 Mhz R2000 :-) --- Regards, Harald |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | copy_from_user() bugfix, Ralf Baechle |
|---|---|
| Next by Date: | Re: Linux on O2?, Harald Koerfgen |
| Previous by Thread: | Re: Current cvs kernerl fails to compile for decstation, Ralf Baechle |
| Next by Thread: | Re: Current cvs kernerl fails to compile for decstation, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |