Re: [patch] softirq-2.4.6-B2

David S. Miller (davem@redhat.com)
Tue, 5 Jun 2001 02:27:31 -0700 (PDT)


Ingo Molnar writes:
> - David S. Miller noticed that 64-bit architectures are broken due to
> set_bit() on an int. Moved __cpu_raise_softirq into asm/softirq.h,
> every architecture can now define its fastest way of flipping a bit.

You need to move raise_softirq() as well to the arch headers for this
to work Ingo. Look at how the original code worked before you changed
it.

Later,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/