From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Luck, Tony" Date: Thu, 10 Jul 2003 23:45:52 +0000 Subject: RE: 2.5.75 out Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org > There is good and bad news: the bad news is that 2.5.75 doesn't work > out-of-the-box on ia64. The good news it _does_ compile. The thing > that keeps it from working are a few (late) per-CPU related changes. > Hopefully, we can iron those out before pre-2.6 comes out so that it > will build _and_ work. Probably wishful thinking though. There > always seems to be that last-minute patch that breaks things... Compiles, but doesn't link for me ... Linus's tree is missing this patch: diff ~/BK/david2.5/drivers/char/agp/i460-agp.c drivers/char/agp/i460-agp.c 611c611 > .remove = agp_intel_i460_remove, --- < .remove = __exit_p(agp_intel_i460_remove),