https://github.com/torvalds/linux
Revision d31e817183a4c1ee2e5fc0635ac075381f5c4419 authored by Benjamin Herrenschmidt on 16 November 2006, 03:00:57 UTC, committed by Linus Torvalds on 16 November 2006, 03:57:12 UTC
The windfarm code, in it's current incarnation, uses request_module() to
load the various submodules it needs for a given platform so that only
the main platform control module needs to be modprobed. However, it was
missing various bits. This fixes it. In the future, we'll use some
hotplug mecanisms to try to get all of this auto-loaded on the platforms
where it matters but that isn't ready yet.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 9716a34
History
Tip revision: d31e817183a4c1ee2e5fc0635ac075381f5c4419 authored by Benjamin Herrenschmidt on 16 November 2006, 03:00:57 UTC
[PATCH] powerpc: windfarm shall request it's sub modules
Tip revision: d31e817
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 547 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 88.2 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 74.0 KB
Makefile -rw-r--r-- 49.0 KB
README -rw-r--r-- 16.2 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top