Staging
v0.5.1
https://github.com/torvalds/linux
Revision ca22a5e4d70620b7f3d809e424daa5214b0aa00d authored by rajesh.shah@intel.com on 01 November 2005, 00:20:08 UTC, committed by Greg Kroah-Hartman on 11 November 2005, 00:09:14 UTC
State information is currently stored in per-slot as well as
per-pci-function data structures in pciehp. There's a lot of
overlap in the information kept, and some of it is never used.
This patch consolidates the state information to per-slot and
eliminates unused data structures. The biggest change is to
eliminate the pci_func structure and the code around managing
its lists.

Signed-off-by: Rajesh Shah <rajesh.shah@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent a8a2be9
History
Tip revision: ca22a5e4d70620b7f3d809e424daa5214b0aa00d authored by rajesh.shah@intel.com on 01 November 2005, 00:20:08 UTC
[PATCH] pciehp: remove redundant data structures
Tip revision: ca22a5e
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.2 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 61.1 KB
Makefile -rw-r--r-- 42.5 KB
README -rw-r--r-- 14.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top