Revision 43c34735524d5b1c9b9e5d63b49dd4c1b394bde4 authored by Dominik Brodowski on 05 August 2005, 01:06:21 UTC, committed by Linus Torvalds on 05 August 2005, 04:32:46 UTC
In yenta_socket, we default to using the resource setting of the CardBus
bridge.  However, this is a PCI-bus-centric view of resources and thus needs
to be converted to generic resources first.  Therefore, add a call to
pcibios_bus_to_resource() call in between.  This function is a mere wrapper on
x86 and friends, however on some others it already exists, is added in this
patch (alpha, arm, ppc, ppc64) or still needs to be provided (parisc -- where
is its pcibios_resource_to_bus() ?).

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent fec59a7
History
File Mode Size
Kconfig -rw-r--r-- 2.7 KB
Makefile -rw-r--r-- 689 bytes
bootmem.c -rw-r--r-- 10.7 KB
fadvise.c -rw-r--r-- 2.5 KB
filemap.c -rw-r--r-- 56.1 KB
filemap.h -rw-r--r-- 2.2 KB
filemap_xip.c -rw-r--r-- 10.2 KB
fremap.c -rw-r--r-- 6.3 KB
highmem.c -rw-r--r-- 13.7 KB
hugetlb.c -rw-r--r-- 10.1 KB
internal.h -rw-r--r-- 486 bytes
madvise.c -rw-r--r-- 7.2 KB
memory.c -rw-r--r-- 59.1 KB
mempolicy.c -rw-r--r-- 29.7 KB
mempool.c -rw-r--r-- 8.0 KB
mincore.c -rw-r--r-- 4.4 KB
mlock.c -rw-r--r-- 5.3 KB
mmap.c -rw-r--r-- 53.6 KB
mprotect.c -rw-r--r-- 6.5 KB
mremap.c -rw-r--r-- 10.6 KB
msync.c -rw-r--r-- 5.6 KB
nommu.c -rw-r--r-- 27.6 KB
oom_kill.c -rw-r--r-- 7.4 KB
page-writeback.c -rw-r--r-- 22.7 KB
page_alloc.c -rw-r--r-- 62.2 KB
page_io.c -rw-r--r-- 3.6 KB
pdflush.c -rw-r--r-- 5.8 KB
prio_tree.c -rw-r--r-- 6.3 KB
readahead.c -rw-r--r-- 15.8 KB
rmap.c -rw-r--r-- 21.8 KB
shmem.c -rw-r--r-- 57.7 KB
slab.c -rw-r--r-- 82.1 KB
sparse.c -rw-r--r-- 3.4 KB
swap.c -rw-r--r-- 12.0 KB
swap_state.c -rw-r--r-- 9.3 KB
swapfile.c -rw-r--r-- 40.9 KB
thrash.c -rw-r--r-- 2.6 KB
tiny-shmem.c -rw-r--r-- 2.7 KB
truncate.c -rw-r--r-- 8.9 KB
vmalloc.c -rw-r--r-- 13.1 KB
vmscan.c -rw-r--r-- 37.1 KB

back to top