| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | Re: [MIPS] Iomap implementation. |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Fri, 16 Feb 2007 01:54:35 +0900 (JST) |
| In-reply-to: | <S28573717AbXBNTgO/20070214193614Z+29688@ftp.linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <S28573717AbXBNTgO/20070214193614Z+29688@ftp.linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Wed, 14 Feb 2007 19:36:09 +0000, linux-mips@linux-mips.org wrote: > This implementation has support for the concept of one separate ioport > address space by PCI domain. A pointer to the virtual address where > the port space of a domain has been mapped has been added to struct > pci_controller and systems should be fixed to fill in this value. For > single domain systems this will be the same value as passed to > set_io_port_base(). > > Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Compiling qemu kernel, I got: arch/mips/lib/built-in.o: In function `pci_iomap': (.text+0x2b0): undefined reference to `pci_domain_nr' Should we add some #ifdef CONFIG_PCI to iomap.c, or provide dummy pci_domain_nr()? --- Atsushi Nemoto |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] Optimize generic get_unaligned / put_unaligned implementations., Ralf Baechle |
|---|---|
| Next by Date: | Re: [MIPS] Check FCSR for pending interrupts before restoring from a context., Atsushi Nemoto |
| Previous by Thread: | [PATCH 1/3] Remove '-mno-explicit-relocs' option when CONFIG_BUILD_ELF64, Franck Bui-Huu |
| Next by Thread: | [PATCH] Fix __copy_{to,from}_user_inatomic, Franck Bui-Huu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |