lkml.org 
[lkml]   [2008]   [Mar]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [BUILD_FAILURE] linux-next: Tree for March 31 build fails with CONFIG_SLICOSS=y
On Tue, Apr 01, 2008 at 12:31:10AM +1100, Stephen Rothwell wrote:
> Hi Greg,
>
> Strike two! Again, these drivers need to build (or not try to build) for
> all architectures ... Its out until you tell me the above is true.
>
> #if defined(CONFIG_X86_64)
> hcmd->cmdsize = (ulong32) ((((ulong64) & ihcmd->u.slic_buffers.bufs[1] -
> (ulong64) hcmd) + 31) >> 5);
> #elif defined(CONFIG_X86)
> hcmd->cmdsize = ((((ulong32) & ihcmd->u.slic_buffers.bufs[1] -
> (ulong32) hcmd) + 31) >> 5);
> #else
> Stop Compilation;

Ah, missed that one, that's why it built on my machines (x86-64 and
i386), but would die on anything else. That test is just wrong, I'll
fix it up to get it to build on all arches (doesn't mean it will run
though, it assumes that port io is memory mapped flat on all machines
and still needs a lot of work to be fixed.

thanks,

greg k-h


\
 
 \ /
  Last update: 2008-03-31 17:53    [W:0.062 / U:0.204 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site