Commit 8f1052ea authored by Linus Torvalds's avatar Linus Torvalds

Revert PCI bus number size increase - it isn't even needed

on 2.5+, since ppc64 can (and does) use the PCI domain numbers
for this instead.

The PCI domain support should be back-ported to 2.4.x rather
than having bigger PCI bus numbers.

Cset exclude: jgarzik@pobox.com|ChangeSet|20030714162217|61624
parent eb40c469
......@@ -456,10 +456,10 @@ struct pci_bus {
void *sysdata; /* hook for sys-specific extension */
struct proc_dir_entry *procdir; /* directory entry in /proc/bus/pci */
unsigned int number; /* bus number */
unsigned int primary; /* number of primary bridge */
unsigned int secondary; /* number of secondary bridge */
unsigned int subordinate; /* max number of subordinate buses */
unsigned char number; /* bus number */
unsigned char primary; /* number of primary bridge */
unsigned char secondary; /* number of secondary bridge */
unsigned char subordinate; /* max number of subordinate buses */
char name[48];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment