All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lucio Maciel <abslucio@terra.com.br>
To: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 2.5.44] compile error whit LOCAL_APIC disabled...
Date: 22 Oct 2002 14:28:26 -0300	[thread overview]
Message-ID: <1035307707.7677.27.camel@walker> (raw)

[-- Attachment #1: Type: text/plain, Size: 547 bytes --]

Hello

2.5.44 are not compiling with APIC disabled.

<cut arch/i386/config.in>
if [ "$CONFIG_X86_LOCAL_APIC" = "y" ]; then
	define_bool CONFIG_X86_EXTRA_IRQS y
	define_bool CONFIG_X86_FIND_SMP_CONFIG y
	define_bool CONFIG_X86_MPPARSE y
fi
</cut>

CONFIG_X86_MPPARSE that should only be enabled when LOCAL_APIC is enable to, is getting always enable
breaking the compile...

the problem is with a undefined reference do Dprintk, defined in <asm/apic.h>

regards..
-- 
::: Lucio F. Maciel
::: abslucio@terra.com.br
::: icq 93065464
::: Absoluta.net

[-- Attachment #2: mpparse.diff --]
[-- Type: text/plain, Size: 327 bytes --]

--- ../linux-2.5.44/arch/i386/kernel/mpparse.c	2002-10-16 09:32:26.000000000 -0300
+++ arch/i386/kernel/mpparse.c	2002-10-22 14:16:12.000000000 -0300
@@ -29,6 +29,7 @@
 #include <asm/mtrr.h>
 #include <asm/mpspec.h>
 #include <asm/pgalloc.h>
+#include <asm/apic.h>
 #include <asm/io_apic.h>
 #include "mach_apic.h"
 

             reply	other threads:[~2002-10-22 17:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-22 17:28 Lucio Maciel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-10-23 11:43 [PATCH 2.5.44] compile error whit LOCAL_APIC disabled Mikael Pettersson

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=1035307707.7677.27.camel@walker \
    --to=abslucio@terra.com.br \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.