public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.0 test3 does not boot on ia64 NUMA
@ 2003-08-26 15:39 Xavier Bru
  2003-08-26 16:13 ` Martin Hicks
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Xavier Bru @ 2003-08-26 15:39 UTC (permalink / raw)
  To: linux-ia64


... 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
_____________________________________________________________________

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2003-09-08 19:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-26 15:39 2.6.0 test3 does not boot on ia64 NUMA Xavier Bru
2003-08-26 16:13 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox