Re: about relocs.c on x86

From: Ingo Molnar
Date: Thu Jan 31 2008 - 07:04:53 EST



* Sam Ravnborg <sam@xxxxxxxxxxxx> wrote:

> As for the Makefiles - I looked at them last time and only issue that
> kept me away for unifying them was that I did not understand the
> linking order requirments and I did not see enough benefit at that
> time to invest the time to unify them. Each of the remaining Makefile
> should be unifyable in less than 10 steps each. It is just work that
> are waitng to be done.

the only real issue i remember in this area are hidden link dependencies
in terms of ordering init sequences.

and there's just no other sane approach here but to do finegrained
changes (so that any breakage remains bisectable) and take the plunge
down that road. Any implicit link dependency is a bug in the waiting
anyway, which we want to fix. So feel free to unify this area, whenver
you find the time.

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/