> static void uml_net_set_multicast_list(struct net_device *dev)
> {
> - if (dev->flags & IFF_PROMISC)
> - return;
> - else if (dev->mc_count)
> - dev->flags |= IFF_ALLMULTI;
> - else dev->flags &= ~IFF_ALLMULTI;
> + return;
> }
Might as well just delet
Thanks for this. There is still upstream build breakage, on latest
linux-2.6.git (x86_64, FC5, attached config):
CC arch/um/os-Linux/sys-x86_64/registers.o
arch/um/os-Linux/sys-x86_64/registers.c: In function ‘get_thread_regs’:
arch/um/os-Linux/sys-x86_64/registers.c:85: error: ‘JB_PC’
Jeff Garzik wrote:
> I tried to build 2.6.17 and 2.6.17.4 UML on x86-64 with the attached
> .config on a Fedora Core 5 OS, and it broke:
I just verified that ARCH=um on 32-bit x86 is also broken, with the same
build errors, on 2.6.17, 2.6.17.4, and 2.6.18-rc1-gitX (latest).
I tried to build 2.6.17 and 2.6.17.4 UML on x86-64 with the attached
.config on a Fedora Core 5 OS, and it broke:
CC arch/um/os-Linux/sys-x86_64/registers.o
arch/um/os-Linux/sys-x86_64/registers.c: In function ‘get_thread_regs’:
arch/um/os-Linux/sys-x86_64/registers.c:85: error: ‘JB_PC’