linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mark Allen <mallen@byte-me.org>
To: linux-kernel@vger.kernel.org
Subject: test 10 breaks on alpha
Date: Wed, 1 Nov 2000 13:03:09 -0800 (PST)	[thread overview]
Message-ID: <200011012103.NAA06478@sephiroth.byte-me.org> (raw)

Here's the patch to make it compile.  I haven't tested this yet, but
I will once I can actually get a chance to sit at the console...

--- SNIP ---

--- /usr/src/linux/include/asm-alpha/param.h.orig	Wed Nov  1 12:31:56 2000
+++ /usr/src/linux/include/asm-alpha/param.h	Wed Nov  1 12:33:22 2000
@@ -27,4 +27,8 @@
 
 #define MAXHOSTNAMELEN	64	/* max length of hostname */
 
+#ifdef __KERNEL__
+# define CLOCKS_PER_SEC	1024	/* frequency at which times() counts */
+#endif
+
 #endif /* _ASM_ALPHA_PARAM_H */

-- 
Mark Allen -- mallen@byte-me.org -- http://www.byte-me.org/~mallen/
PGP1: 0x5CDC2161 Mark Allen (Personal Key) <mallen@byte-me.org> 
PGP2: 0x80402A46 Mark Allen (Work) <mallen@tuxtops.com>
-
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/

             reply	other threads:[~2000-11-01 21:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-01 21:03 Mark Allen [this message]
2000-11-02 20:36 test 10 breaks on alpha Luca Giuzzi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200011012103.NAA06478@sephiroth.byte-me.org \
    --to=mallen@byte-me.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).