linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pieter Palmers <pieterp@joow.be>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-rt-users@vger.kernel.org
Subject: 2.6.20-rc7 (today's git) + -rt3 compilation problem
Date: Fri, 02 Feb 2007 10:28:24 +0100	[thread overview]
Message-ID: <45C30438.5070208@joow.be> (raw)

The following occurred when compiling today's git with the 
patch-2.6.20-rc7-rt3 patch applied:

arch/i386/mm/built-in.o: In function `flush_cr3_cache':
arch/i386/mm/pgtable.c:303: undefined reference to `paravirt_enabled'
arch/i386/mm/pgtable.c:306: undefined reference to `hypercall'
make: *** [.tmp_vmlinux1] Error 1

Adding
#include <linux/paravirt.h>
to pgtable.c fixed the compilation issue, but is that the correct way to go?

Greets,

Pieter Palmers

             reply	other threads:[~2007-02-02  9:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-02  9:28 Pieter Palmers [this message]
2007-02-02 11:52 ` 2.6.20-rc7 (today's git) + -rt3 compilation problem Gerhard Olsson

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=45C30438.5070208@joow.be \
    --to=pieterp@joow.be \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=mingo@elte.hu \
    /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).