All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem with NUMA kernel on IBM xSeries 455 server
@ 2004-02-04 12:46 Uher Marek
  2004-02-04 13:21 ` Martin Hicks
  0 siblings, 1 reply; 3+ messages in thread
From: Uher Marek @ 2004-02-04 12:46 UTC (permalink / raw)
  To: linux-kernel


	Hi all,

I have a problem with running Linux on my IBM xSeries 455 server (4 x Intel 
Xeon MP CPU 2.80GHz, 8 GB RAM). I have tried to compile kernel 2.6.2 with
Summit/EXA (IBM x440) NUMA support, high memory support (64GB), NUMA memory
allocation support, ACPI and ACPI NUMA support. When I have tried to make
bzImage I have got this messages:

drivers/built-in.o(.init.text+0x1751): In function `acpi_parse_slit': 
: undefined reference to `acpi_numa_slit_init'
drivers/built-in.o(.init.text+0x176d): In function `acpi_parse_processor_affinit
y':
: undefined reference to `acpi_numa_processor_affinity_init'
drivers/built-in.o(.init.text+0x1791): In function `acpi_parse_memory_affinity':
: undefined reference to `acpi_numa_memory_affinity_init'
drivers/built-in.o(.init.text+0x1850): In function `acpi_numa_init':
: undefined reference to `acpi_numa_arch_fixup'
make: *** [.tmp_vmlinux1] Error 1

Do you have any idea? I don't know what is wrong.

Thanks.

Marek
 --
Ing. Marek Uher
Linux System Specialist
Technology Division
T-Mobile Czech Republic a.s.
Evropska 178
160 67 Praha 6
Czech Republic
Mobile:	(+420) 603 400 728
Office:	(+420) 603 607 128
Fax:		(+420) 603 600 796
E-mail:	marek.uher@t-mobile.cz
Web:		http://www.t-mobile.cz/
 


---------- Disclaimer ----------
Informace obsažené v tomto e-mailu jsou určeny výlučně pro potřeby jeho adresáta. Text nebo přílohy mohou obsahovat utajované informace, informace považované společností T-Mobile za obchodní tajemství, případně jiné informace podléhající ochraně dle příslušných právních předpisů. Pokud Vám tento e-mail byl omylem doručen, zdržte se, prosím, jakékoli manipulace s textem či přílohami, jako je kopírování, přesměrování, zpřístupnění další osobě a podobně. O chybném doručení informujte odesílatele a e-mail včetně příloh vymažte ze svého počítače.
The information contained within this e-mail is intended only for the person or entity to which it is addressed. The text or attachments may contain confidential information, information considered a trade secret by T-Mobile or, as the case may be, other information subject to protection under the relevant legal regulations. If you receive this e-mail by mistake, please refrain from copying, forwarding or disclosing the text or attachments to other persons, etc. Inform the sender of the mistaken delivery and delete the e-mail, including all attachments, from your computer.


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

* Re: Problem with NUMA kernel on IBM xSeries 455 server
  2004-02-04 12:46 Problem with NUMA kernel on IBM xSeries 455 server Uher Marek
@ 2004-02-04 13:21 ` Martin Hicks
  2004-02-04 16:15   ` Martin J. Bligh
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Hicks @ 2004-02-04 13:21 UTC (permalink / raw)
  To: Uher Marek; +Cc: linux-kernel



On Wed, Feb 04, 2004 at 01:46:33PM +0100, Uher Marek wrote:
> 
> 	Hi all,
> 
> I have a problem with running Linux on my IBM xSeries 455 server (4 x Intel 
> Xeon MP CPU 2.80GHz, 8 GB RAM). I have tried to compile kernel 2.6.2 with
> Summit/EXA (IBM x440) NUMA support, high memory support (64GB), NUMA memory
> allocation support, ACPI and ACPI NUMA support. When I have tried to make
> bzImage I have got this messages:
> 
> drivers/built-in.o(.init.text+0x1751): In function `acpi_parse_slit': 
> : undefined reference to `acpi_numa_slit_init'
> drivers/built-in.o(.init.text+0x176d): In function `acpi_parse_processor_affinit
> y':
> : undefined reference to `acpi_numa_processor_affinity_init'
> drivers/built-in.o(.init.text+0x1791): In function `acpi_parse_memory_affinity':
> : undefined reference to `acpi_numa_memory_affinity_init'
> drivers/built-in.o(.init.text+0x1850): In function `acpi_numa_init':
> : undefined reference to `acpi_numa_arch_fixup'
> make: *** [.tmp_vmlinux1] Error 1
> 
> Do you have any idea? I don't know what is wrong.

According to include/linux/acpi.h these functions are platform
dependent.  There are ia64 versions, but I don't see them for non-ia64
arches.

This is the problem.  I don't know anything about Summit, so maybe
someone else can better help you.  Perhaps there is an extra summit
patch somewhere?  Or maybe you must turn off ACPI for this machine,
although that seems unlikely.

mh

-- 
Martin Hicks || mort@bork.org || PGP/GnuPG: 0x4C7F2BEE

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

* Re: Problem with NUMA kernel on IBM xSeries 455 server
  2004-02-04 13:21 ` Martin Hicks
@ 2004-02-04 16:15   ` Martin J. Bligh
  0 siblings, 0 replies; 3+ messages in thread
From: Martin J. Bligh @ 2004-02-04 16:15 UTC (permalink / raw)
  To: Martin Hicks, Uher Marek; +Cc: linux-kernel

> On Wed, Feb 04, 2004 at 01:46:33PM +0100, Uher Marek wrote:
>> 
>> 	Hi all,
>> 
>> I have a problem with running Linux on my IBM xSeries 455 server (4 x Intel 
>> Xeon MP CPU 2.80GHz, 8 GB RAM). I have tried to compile kernel 2.6.2 with
>> Summit/EXA (IBM x440) NUMA support, high memory support (64GB), NUMA memory
>> allocation support, ACPI and ACPI NUMA support. When I have tried to make
>> bzImage I have got this messages:
>> 
>> drivers/built-in.o(.init.text+0x1751): In function `acpi_parse_slit': 
>> : undefined reference to `acpi_numa_slit_init'
>> drivers/built-in.o(.init.text+0x176d): In function `acpi_parse_processor_affinit
>> y':
>> : undefined reference to `acpi_numa_processor_affinity_init'
>> drivers/built-in.o(.init.text+0x1791): In function `acpi_parse_memory_affinity':
>> : undefined reference to `acpi_numa_memory_affinity_init'
>> drivers/built-in.o(.init.text+0x1850): In function `acpi_numa_init':
>> : undefined reference to `acpi_numa_arch_fixup'
>> make: *** [.tmp_vmlinux1] Error 1
>> 
>> Do you have any idea? I don't know what is wrong.
> 
> According to include/linux/acpi.h these functions are platform
> dependent.  There are ia64 versions, but I don't see them for non-ia64
> arches.
> 
> This is the problem.  I don't know anything about Summit, so maybe
> someone else can better help you.  Perhaps there is an extra summit
> patch somewhere?  Or maybe you must turn off ACPI for this machine,
> although that seems unlikely.

I think you want to disable CONFIG_ACPI_NUMA, but leave on CONFIG_ACPI
and CONFIG_NUMA. Summit has it's own versions, which are automatically
linked in by turning on X440 support. 

Please let me know if that fixes it ... I'll remove the beartrap by 
disabling that config option for x86 if so.

M.


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

end of thread, other threads:[~2004-02-04 16:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-04 12:46 Problem with NUMA kernel on IBM xSeries 455 server Uher Marek
2004-02-04 13:21 ` Martin Hicks
2004-02-04 16:15   ` Martin J. Bligh

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.