All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xavier Bru <Xavier.Bru@bull.net>
To: linux-ia64@vger.kernel.org
Subject: 2.6.0 test3 does not boot on ia64 NUMA
Date: Tue, 26 Aug 2003 15:39:32 +0000	[thread overview]
Message-ID: <marc-linux-ia64-106191285716253@msgid-missing> (raw)


... but 2.5.72 was OK :-)

Booting on a 4 nodes Itanium machine, with 
	CONFIG_NUMA=y
	CONFIG_ACPI_NUMA=y
	CONFIG_DISCONTIGMEM=y
	# CONFIG_VIRTUAL_MEM_MAP is not set

system hangs after a message:
"On node 1 totalpages: <a very very BIG number that looks garbage>"

Having a look to the code, it seems that problem is due to memory
initialisation changes:
 . unlike 2.5.72, find_memory() is now called before
acpi_numa_init(), and supposes that numnodes = 1. So only 1
bootmem_data_t struct is initialised.
 . acpi_numa_init() then finds in SRAT that 4 nodes exist.
 . when paging_init calls discontig_paging_init only bootmem_data_t
for node 0 is initialized, and garbage is found for nodes 1 to 3.

I tried to put find_memory()  after acpi_numa_init() as in 2.5.72, but 
now we get:
     bootmem alloc of 100 bytes failed! in acpi_table_init()
that now uses the bootmem allocator.

I wonder what should be the right order for initialisation, and if
there are ia64 platforms running 2.6.0 with CONFIG_NUMA. Any help is
apreciated.
Thanks in advance.
Xavier.

-- 

 Sincères salutations.
_____________________________________________________________________
 
Xavier BRU                 BULL ISD/R&D/INTEL office:     FREC B1-422
tel : +33 (0)4 76 29 77 45                    http://www-frec.bull.fr
fax : +33 (0)4 76 29 77 70                 mailto:Xavier.Bru@bull.net
addr: BULL, 1 rue de Provence, BP 208, 38432 Echirolles Cedex, FRANCE
_____________________________________________________________________

             reply	other threads:[~2003-08-26 15:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-26 15:39 Xavier Bru [this message]
2003-08-26 16:13 ` 2.6.0 test3 does not boot on ia64 NUMA Martin Hicks
2003-08-28 16:38 ` Xavier Bru
2003-08-28 16:59 ` Martin Hicks
2003-08-29 16:41 ` Xavier Bru
2003-08-29 17:07 ` Martin Hicks
2003-09-01 12:36 ` Xavier Bru
2003-09-02 17:27 ` Xavier Bru
2003-09-04 18:31 ` Jesse Barnes
2003-09-04 19:06 ` Luck, Tony
2003-09-04 19:11 ` Jesse Barnes
2003-09-05  9:19 ` Xavier Bru
2003-09-08 19:08 ` Jesse Barnes

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=marc-linux-ia64-106191285716253@msgid-missing \
    --to=xavier.bru@bull.net \
    --cc=linux-ia64@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.