RE: [mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined reference to `__aeabi_uldivmod'

2013-01-14 Thread Zhang Haijun-B42677
December 14, 2012 10:52 AM > To: Chris Ball; kbuild test robot > Cc: linux-mmc@vger.kernel.org; Huang Changming-R66093; Anton Vorontsov > Subject: RE: [mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined > reference to `__aeabi_uldivmod' > > Hi, chris > > Two ext

RE: [mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined reference to `__aeabi_uldivmod'

2012-12-13 Thread Zhang Haijun-B42677
6:03 PM > To: Chris Ball; kbuild test robot > Cc: linux-mmc@vger.kernel.org; Huang Changming-R66093 > Subject: RE: [mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined > reference to `__aeabi_uldivmod' > > Hi Chris > > I see patches modified the public C file an

RE: [mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined reference to `__aeabi_uldivmod'

2012-11-26 Thread Zhang Haijun-B42677
aijun-B42677; linux-mmc@vger.kernel.org; Huang Changming- > R66093 > Subject: Re: [mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined > reference to `__aeabi_uldivmod' > > Hi, > > On Sun, Nov 25 2012, kbuild test robot wrote: > > tree: git://git.kernel.org/pu

RE: [mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined reference to `__aeabi_uldivmod'

2012-11-25 Thread Zhang Haijun-B42677
el.org; Chris Ball > Subject: Re: [mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined > reference to `__aeabi_uldivmod' > > I don't understand your question... The question is, did Chris use the > same environment detailed in the original report? [Haijun: ] yes,

Re: [mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined reference to `__aeabi_uldivmod'

2012-11-25 Thread Fengguang Wu
t; Sent: Monday, November 26, 2012 2:03 PM > > To: Huang Changming-R66093 > > Cc: Zhang Haijun-B42677; linux-mmc@vger.kernel.org; Chris Ball > > Subject: Re: [mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined > > reference to `__aeabi_uldivmod' > > > &g

RE: [mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined reference to `__aeabi_uldivmod'

2012-11-25 Thread Zhang Haijun-B42677
gt; Cc: Zhang Haijun-B42677; linux-mmc@vger.kernel.org; Chris Ball > Subject: Re: [mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined > reference to `__aeabi_uldivmod' > > On Mon, Nov 26, 2012 at 05:54:33AM +, Huang Changming-R66093 wrote: > > Hi, Robot > > I

Re: [mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined reference to `__aeabi_uldivmod'

2012-11-25 Thread Fengguang Wu
On Mon, Nov 26, 2012 at 05:54:33AM +, Huang Changming-R66093 wrote: > Hi, Robot > I don't find the `__aeabi_uldivmod' in branch 'mmc-next' of linux-mmc tree. > Could you point out which file use it? > > This patch just use the 'div_u64' to calculate the timeout in order to avoid > overflow.

RE: [mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined reference to `__aeabi_uldivmod'

2012-11-25 Thread Huang Changming-R66093
Hi, Robot I don't find the `__aeabi_uldivmod' in branch 'mmc-next' of linux-mmc tree. Could you point out which file use it? This patch just use the 'div_u64' to calculate the timeout in order to avoid overflow. Best Regards Jerry Huang > -Original Message- > From: kbuild test robot [m

RE: [mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined reference to `__aeabi_uldivmod'

2012-11-25 Thread Zhang Haijun-B42677
- > R66093 > Subject: Re: [mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined > reference to `__aeabi_uldivmod' > > Hi, > > On Sun, Nov 25 2012, kbuild test robot wrote: > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.gi

Re: [mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined reference to `__aeabi_uldivmod'

2012-11-25 Thread Chris Ball
Hi, On Sun, Nov 25 2012, kbuild test robot wrote: > tree: git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git mmc-next > head: b1dc46e6cd5f314f52a9864cc7ba1b7624b54bd7 > commit: d29254e21ee37b3c8525817398d96d6403f3 [45/63] mmc: core: > Use u64 to calculate the timeout value to avoid