Messages in this thread |  | | Date | Sun, 5 Oct 2008 12:18:01 +0200 | From | Ingo Molnar <> | Subject | Re: drivers/pci/probe.c compile warnings on -tip |
| |
* Steven Noonan <steven@uplinklabs.net> wrote:
> > AFAICT, these are fixed in Linus' tree, maybe the x86 tree needs an > > update? > > > > Hey Ingo, these warnings are still showing up on the latest -tip. Any > idea why?
yes, they got reintroduced via:
| From ca81beb4a340ee690803fcb1498f863d0e68843f Mon Sep 17 00:00:00 2001 | From: Yinghai Lu <yhlu.kernel@gmail.com> | Date: Thu, 4 Sep 2008 20:57:15 +0200 | Subject: [PATCH] pci: fix BAR print out
which spread into a few topic branches:
# irq/sparseirq: ca81beb: pci: fix BAR print out # irq/sparseirq: f430d990: Merge branch 'linus' into irq/sparseirq # timers/hpet-percpu: ca81beb: pci: fix BAR print out # x86/uv: ca81beb: pci: fix BAR print out # x86/uv: f430d990: Merge branch 'linus' into irq/sparseirq
i suspect f430d990 is where the in-linus fix collided with the in-irq/sparseirq fix. I'm inclined to revert it. Yinghai?
Ingo
|  |