public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Lee Revell <rlrevell@joe-job.com>
To: linux-kernel <linux-kernel@vger.kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>, Thomas Gleixner <tglx@linutronix.de>
Subject: Re: 2.6.14-rt13 does not build
Date: Mon, 21 Nov 2005 20:28:29 -0500	[thread overview]
Message-ID: <1132622910.4772.4.camel@mindpipe> (raw)
In-Reply-To: <1132600755.29178.80.camel@mindpipe>

On Mon, 2005-11-21 at 14:19 -0500, Lee Revell wrote:
> On Mon, 2005-11-21 at 13:58 -0500, Lee Revell wrote:
> >   CC      kernel/ktimers.o
> > kernel/ktimers.c: In function 'enqueue_ktimer':
> > kernel/ktimers.c:756: error: incompatible type for argument 1 of
> > 'trace_special_u64'
> > make[1]: *** [kernel/ktimers.o] Error 1
> > make: *** [kernel] Error 2
> 
> The problem is specific to !CONFIG_HIGH_RES_TIMERS.  This seems to fix
> it (untested):
> 
> -#define ktimer_trace(a,b)		trace_special_u64(a,b)
> +#define ktimer_trace(a,b)		trace_special(ktime_get_high(a),ktime_get_low(a),b)

No good, this double faults on boot.  I'm trying to work around it by
compiling with high res timers even though I don't have the hardware to
support them.

Lee


  reply	other threads:[~2005-11-22  1:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-21 18:58 2.6.14-rt13 does not build Lee Revell
2005-11-21 19:19 ` Lee Revell
2005-11-22  1:28   ` Lee Revell [this message]
2005-11-22 18:03     ` Lee Revell
2005-11-23  2:39       ` Lee Revell

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=1132622910.4772.4.camel@mindpipe \
    --to=rlrevell@joe-job.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    /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