Revision 4130a4b206e7c628482aa12ec30949382c8cdc5e authored by David S. Miller on 26 October 2006, 05:31:06 UTC, committed by David S. Miller on 26 October 2006, 05:39:15 UTC
1) probe_other_fhcs() wants to see only non-central FHC
   busses, so skip FHCs that don't sit off the root

2) Like SBUS, FHC can lack the appropriate address and
   size cell count properties, so add an of_busses[]
   entry and handlers for that.

3) Central FHC irq translator probing was buggy.  We
   were trying to use dp->child in irq_trans_init but
   that linkage is not setup at this point.

   So instead, pass in the parent of "dp" and look for
   the child "fhc" with parent "central".

Thanks to the tireless assistence of Ben Collins in tracking
down these problems and testing out these fixes.

Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 291b58d
History
File Mode Size
Makefile -rw-r--r-- 157 bytes
checkpoint.c -rw-r--r-- 19.2 KB
commit.c -rw-r--r-- 26.5 KB
journal.c -rw-r--r-- 55.2 KB
recovery.c -rw-r--r-- 14.4 KB
revoke.c -rw-r--r-- 19.8 KB
transaction.c -rw-r--r-- 61.1 KB

back to top