diff options
author | Keith Busch <keith.busch@intel.com> | 2016-09-13 09:21:47 -0600 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-10-04 16:13:57 +0200 |
commit | 5f92635462d64f09f4643e7c15c48ea7a1f7d2b7 (patch) | |
tree | 36bd5ffbf1923034222f2b656aba6430517e6d36 /arch/mips/sgi-ip27 | |
parent | 44ce9a9ae977736fe7f470a7b1e506028375165a (diff) |
MIPS: PCI: Reduce stack frame usage
This patch removes creating a fake pci device in MIPS early config
access and instead just uses the pci bus to get the same functionality.
The struct pci_dev is too large to allocate on the stack, and was relying
on compiler optimizations to remove its usage.
Signed-off-by: Keith Busch <keith.busch@intel.com>
Reviewed-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14253/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sgi-ip27')
0 files changed, 0 insertions, 0 deletions