From: Keith Owens <kaos@ocs.com.au>
To: henrik@hswn.dk
Cc: linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: Re: 2.4.10pre12: IO_APIC_init_uniprocessor undefined
Date: Wed, 19 Sep 2001 21:30:53 +1000 [thread overview]
Message-ID: <22474.1000899053@ocs3.intra.ocs.com.au> (raw)
In-Reply-To: Your message of "Wed, 19 Sep 2001 10:52:40 +0200." <20010919105240.A11535@hswn.dk>
On Wed, 19 Sep 2001 10:52:40 +0200,
<henrik@hswn.dk> wrote:
>Compiling without SMP but with "APIC and IO-APIC support on
>uniprocessors" enabled, i.e.
>fails with IO_APIC_init_uniprocessor undefined.
Index: 10-pre12.1/init/main.c
--- 10-pre12.1/init/main.c Fri, 06 Jul 2001 09:49:24 +1000 kaos (linux-2.4/k/11_main.c 1.1.5.1.1.8.1.3 644)
+++ 10-pre12.1(w)/init/main.c Wed, 19 Sep 2001 21:28:17 +1000 kaos (linux-2.4/k/11_main.c 1.1.5.1.1.8.1.3 644)
@@ -483,7 +483,7 @@ extern void cpu_idle(void);
#ifdef CONFIG_X86_IO_APIC
static void __init smp_init(void)
{
- IO_APIC_init_uniprocessor();
+ APIC_init_uniprocessor();
}
#else
#define smp_init() do { } while (0)
prev parent reply other threads:[~2001-09-19 11:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-19 8:52 2.4.10pre12: IO_APIC_init_uniprocessor undefined Henrik Størner
2001-09-19 11:30 ` Keith Owens [this message]
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=22474.1000899053@ocs3.intra.ocs.com.au \
--to=kaos@ocs.com.au \
--cc=henrik@hswn.dk \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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.