RE: x86/non-x86: percpu, node ids, apic ids x86.git fixup

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Mike Travis <travis@...>
Cc: Ingo Molnar <mingo@...>, Geert Uytterhoeven <Geert.Uytterhoeven@...>, Linus Torvalds <torvalds@...>, Thomas Gleixner <tglx@...>, Linux Kernel Development <linux-kernel@...>, Linux/PPC Development <linuxppc-dev@...>, <linux-ia64@...>, <sparclinux@...>
Date: Wednesday, January 30, 2008 - 3:33 pm

> I'm having trouble replicating this error.  With the latest linux-2.6.git

Weird.  psmouse-base.c builds ok for me.  Perhaps there is a compiler
version difference?  I'm running a rather old 3.4.6 that came with
my RHEL 4.5 release.

New section mismatch checks are complaining about lots of stuff in this
post 2.6.24 world.  There are a couple of dozen other warnings in a
"normal" build.


Yup ... my script is a little different.  It uses
	$ sed -e '/CONFIG_SMP/d' arch/ia64/configs/tiger_defconfig > .config
	$ make oldconfig

But the net effect should be equivalent.


Some place in there.  The CONFIG_SMP=n path in ia64 makes quite radical
changes ... rather than putting all the per-cpu stuff into the top 64K
of address space and providing a per-cpu TLB mapping for that range to a
different physical address ... it just makes all the per-cpu stuff link
as ordinary variables in .data.  The error messages indicate that some of
the new code is unaware of this.

-Tony
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: x86/non-x86: percpu, node ids, apic ids x86.git fixup, Geert Uytterhoeven, (Wed Jan 30, 11:27 am)
Re: x86/non-x86: percpu, node ids, apic ids x86.git fixup, Olof Johansson, (Wed Jan 30, 2:35 pm)
RE: x86/non-x86: percpu, node ids, apic ids x86.git fixup, Luck, Tony, (Wed Jan 30, 3:33 pm)
Re: x86/non-x86: percpu, node ids, apic ids x86.git fixup, Olof Johansson, (Wed Jan 30, 3:13 pm)