mirror of
https://github.com/torvalds/linux.git
synced 2026-08-14 19:35:23 +02:00
On many powerpc platforms the discovery and initalisation of
pci_controllers (PHBs) happens inside of setup_arch(). This is very early
in boot (pre-initcalls) and means that we're initialising the PHB long
before many basic kernel services (slab allocator, debugfs, a real ioremap)
are available.
On PowerNV this causes an additional problem since we map the PHB registers
with ioremap(). As of commit
|
||
|---|---|---|
| .. | ||
| asm | ||
| uapi/asm | ||