> From: Scott Woodarch/ppc maps the immr area 1:1 into kernel memory, so ioremap and physical are the same. See arch/ppc/syslib/m8260_setup.c, line 208 (function m8260_map_io) Here quoted: arch/ppc/syslib/m8260_setup.c 196 /* Map the IMMR, plus anything else we can cover 197 * in that upper space according to the memory controller 198 * chip select mapping. Grab another bunch of space 199 * below that for stuff we can't cover in the upper. 200 */ 201 static void __init 202 m8260_map_io(void) 203 { 204 uint addr; 205 206 /* Map IMMR region to a 256MB BAT */ 207 addr = (cpm2_immr != NULL) ? (uint)cpm2_immr : CPM_MAP_ADDR; 208 io_block_mapping(addr, addr, 0x10000000, _PAGE_IO); 209 210 /* Map I/O region to a 256MB BAT */ 211 io_block_mapping(IO_VIRT_ADDR, IO_PHYS_ADDR, 0x10000000, _PAGE_IO); 212 } -
| Benjamin Herrenschmidt | Re: [PATCH] Remove process freezer from suspend to RAM pathway |
| Daniel Walker | Re: [Announce] [patch] Modular Scheduler Core and Completely Fair Scheduler [CFS] |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Andrew Morton | -mm merge plans for 2.6.23 |
git: | |
| David Miller | [GIT]: Networking |
| Hannes Eder | [PATCH 01/43] drivers/net/at1700.c: fix sparse warning: symbol shadows an earlier ... |
| Gerrit Renker | [PATCH 16/37] dccp: API to query the current TX/RX CCID |
| Herbert Xu | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
