Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
abb4ae46
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
abb4ae46
编写于
10月 11, 2007
作者:
R
Ralf Baechle
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[MIPS] PCI: Always enable CONFIG_PCI_DOMAINS
The cost is just too low. Signed-off-by:
N
Ralf Baechle
<
ralf@linux-mips.org
>
上级
a02eb8da
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
1 addition
and
7 deletion
+1
-7
arch/mips/Kconfig
arch/mips/Kconfig
+1
-3
include/asm-mips/pci.h
include/asm-mips/pci.h
+0
-4
未找到文件。
arch/mips/Kconfig
浏览文件 @
abb4ae46
...
@@ -381,7 +381,6 @@ config SGI_IP27
...
@@ -381,7 +381,6 @@ config SGI_IP27
select SYS_HAS_EARLY_PRINTK
select SYS_HAS_EARLY_PRINTK
select HW_HAS_PCI
select HW_HAS_PCI
select NR_CPUS_DEFAULT_64
select NR_CPUS_DEFAULT_64
select PCI_DOMAINS
select SYS_HAS_CPU_R10000
select SYS_HAS_CPU_R10000
select SYS_SUPPORTS_64BIT_KERNEL
select SYS_SUPPORTS_64BIT_KERNEL
select SYS_SUPPORTS_BIG_ENDIAN
select SYS_SUPPORTS_BIG_ENDIAN
...
@@ -513,7 +512,6 @@ config SIBYTE_BIGSUR
...
@@ -513,7 +512,6 @@ config SIBYTE_BIGSUR
select BOOT_ELF32
select BOOT_ELF32
select DMA_COHERENT
select DMA_COHERENT
select NR_CPUS_DEFAULT_4
select NR_CPUS_DEFAULT_4
select PCI_DOMAINS
select SIBYTE_BCM1x80
select SIBYTE_BCM1x80
select SWAP_IO_SPACE
select SWAP_IO_SPACE
select SYS_HAS_CPU_SB1
select SYS_HAS_CPU_SB1
...
@@ -1808,6 +1806,7 @@ config HW_HAS_PCI
...
@@ -1808,6 +1806,7 @@ config HW_HAS_PCI
config PCI
config PCI
bool "Support for PCI controller"
bool "Support for PCI controller"
depends on HW_HAS_PCI
depends on HW_HAS_PCI
select PCI_DOMAINS
help
help
Find out whether you have a PCI motherboard. PCI is the name of a
Find out whether you have a PCI motherboard. PCI is the name of a
bus system, i.e. the way the CPU talks to the other stuff inside
bus system, i.e. the way the CPU talks to the other stuff inside
...
@@ -1821,7 +1820,6 @@ config PCI
...
@@ -1821,7 +1820,6 @@ config PCI
config PCI_DOMAINS
config PCI_DOMAINS
bool
bool
depends on PCI
source "drivers/pci/Kconfig"
source "drivers/pci/Kconfig"
...
...
include/asm-mips/pci.h
浏览文件 @
abb4ae46
...
@@ -150,8 +150,6 @@ pcibios_select_root(struct pci_dev *pdev, struct resource *res)
...
@@ -150,8 +150,6 @@ pcibios_select_root(struct pci_dev *pdev, struct resource *res)
return
root
;
return
root
;
}
}
#ifdef CONFIG_PCI_DOMAINS
#define pci_domain_nr(bus) ((struct pci_controller *)(bus)->sysdata)->index
#define pci_domain_nr(bus) ((struct pci_controller *)(bus)->sysdata)->index
static
inline
int
pci_proc_domain
(
struct
pci_bus
*
bus
)
static
inline
int
pci_proc_domain
(
struct
pci_bus
*
bus
)
...
@@ -160,8 +158,6 @@ static inline int pci_proc_domain(struct pci_bus *bus)
...
@@ -160,8 +158,6 @@ static inline int pci_proc_domain(struct pci_bus *bus)
return
hose
->
need_domain_info
;
return
hose
->
need_domain_info
;
}
}
#endif
/* CONFIG_PCI_DOMAINS */
#endif
/* __KERNEL__ */
#endif
/* __KERNEL__ */
/* implement the pci_ DMA API in terms of the generic device dma_ one */
/* implement the pci_ DMA API in terms of the generic device dma_ one */
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录