public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <ak@muc.de>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: linux-kernel@vger.kernel.org, akpm@osdl.org
Subject: Re: 2.6.9-rc3-mm[12]: x86-64-clustered-apic-support.patch problem
Date: Mon, 04 Oct 2004 22:40:34 +0200	[thread overview]
Message-ID: <m3pt3yushp.fsf@averell.firstfloor.org> (raw)
In-Reply-To: <2LHjU-fJ-49@gated-at.bofh.it> (Rafael J. Wysocki's message of "Mon, 04 Oct 2004 22:10:14 +0200")

"Rafael J. Wysocki" <rjw@sisk.pl> writes:

> Andrew,
>
> The patch x86-64-clustered-apic-support.patch causes the 2.6.9-rc3-mm[12] 
> kernel to crash at startup on a single-CPU AMD64 box :

This untested patch may fix it. Does it?

-Andi

Index: linux/arch/x86_64/kernel/genapic.c
===================================================================
--- linux.orig/arch/x86_64/kernel/genapic.c	2004-10-03 16:28:07.%N +0200
+++ linux/arch/x86_64/kernel/genapic.c	2004-10-03 17:05:10.%N +0200
@@ -27,7 +27,7 @@
 extern struct genapic apic_cluster;
 extern struct genapic apic_flat;
 
-struct genapic *genapic;
+struct genapic *genapic = &apic_flat;
 
 
 /*


       reply	other threads:[~2004-10-04 20:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <2LHjU-fJ-49@gated-at.bofh.it>
2004-10-04 20:40 ` Andi Kleen [this message]
2004-10-05 11:36   ` 2.6.9-rc3-mm[12]: x86-64-clustered-apic-support.patch problem Rafael J. Wysocki
2004-10-04 20:09 Rafael J. Wysocki

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=m3pt3yushp.fsf@averell.firstfloor.org \
    --to=ak@muc.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rjw@sisk.pl \
    /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