On Thu, Dec 16, 2010 at 9:38 AM, Bjorn Helgaas <bjorn.helgaas@xxxxxx> wrote: > > This adds arch_remove_reservations(), which an arch can implement if it > needs to protect part of the address space from allocation. Oh, I just realized - we've had gcc (or maybe "as") bugs when the weak symbol is in the same compilation unit as the caller, and some part of the toolchain just ends up short-circuiting it (either gcc inlines it, or maybe it was that as resolves it early). Making the "weak" part not work, because it binds strongly. It may be that we don't support those gcc versions any more, but I thought I'd bring the issue up. It's safer to put the weak functions in some other file if possible. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html