Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
b2af018f
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看板
提交
b2af018f
编写于
1月 28, 2009
作者:
I
Ingo Molnar
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
x86: remove mach_mpspec.h
Move its definitions into mpspec.h. Signed-off-by:
N
Ingo Molnar
<
mingo@elte.hu
>
上级
fb5b33c9
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
19 addition
and
30 deletion
+19
-30
arch/x86/include/asm/mach-default/mach_mpspec.h
arch/x86/include/asm/mach-default/mach_mpspec.h
+0
-12
arch/x86/include/asm/mach-generic/mach_mpspec.h
arch/x86/include/asm/mach-generic/mach_mpspec.h
+0
-12
arch/x86/include/asm/mpspec.h
arch/x86/include/asm/mpspec.h
+19
-6
未找到文件。
arch/x86/include/asm/mach-default/mach_mpspec.h
已删除
100644 → 0
浏览文件 @
fb5b33c9
#ifndef _ASM_X86_MACH_DEFAULT_MACH_MPSPEC_H
#define _ASM_X86_MACH_DEFAULT_MACH_MPSPEC_H
#define MAX_IRQ_SOURCES 256
#if CONFIG_BASE_SMALL == 0
#define MAX_MP_BUSSES 256
#else
#define MAX_MP_BUSSES 32
#endif
#endif
/* _ASM_X86_MACH_DEFAULT_MACH_MPSPEC_H */
arch/x86/include/asm/mach-generic/mach_mpspec.h
已删除
100644 → 0
浏览文件 @
fb5b33c9
#ifndef _ASM_X86_MACH_GENERIC_MACH_MPSPEC_H
#define _ASM_X86_MACH_GENERIC_MACH_MPSPEC_H
#define MAX_IRQ_SOURCES 256
/* Summit or generic (i.e. installer) kernels need lots of bus entries. */
/* Maximum 256 PCI busses, plus 1 ISA bus in each of 4 cabinets. */
#define MAX_MP_BUSSES 260
extern
void
numaq_mps_oem_check
(
struct
mpc_table
*
,
char
*
,
char
*
);
#endif
/* _ASM_X86_MACH_GENERIC_MACH_MPSPEC_H */
arch/x86/include/asm/mpspec.h
浏览文件 @
b2af018f
...
...
@@ -9,7 +9,18 @@ extern int apic_version[MAX_APICS];
extern
int
pic_mode
;
#ifdef CONFIG_X86_32
#include <mach_mpspec.h>
/*
* Summit or generic (i.e. installer) kernels need lots of bus entries.
* Maximum 256 PCI busses, plus 1 ISA bus in each of 4 cabinets.
*/
#if CONFIG_BASE_SMALL == 0
# define MAX_MP_BUSSES 260
#else
# define MAX_MP_BUSSES 32
#endif
#define MAX_IRQ_SOURCES 256
extern
unsigned
int
def_to_bigsmp
;
extern
u8
apicid_2_node
[];
...
...
@@ -20,15 +31,15 @@ extern int mp_bus_id_to_local[MAX_MP_BUSSES];
extern
int
quad_local_to_mp_bus_id
[
NR_CPUS
/
4
][
4
];
#endif
#define MAX_APICID
256
#define MAX_APICID
256
#else
#else
/* CONFIG_X86_64: */
#define MAX_MP_BUSSES
256
#define MAX_MP_BUSSES
256
/* Each PCI slot may be a combo card with its own bus. 4 IRQ pins per slot. */
#define MAX_IRQ_SOURCES
(MAX_MP_BUSSES * 4)
#define MAX_IRQ_SOURCES
(MAX_MP_BUSSES * 4)
#endif
#endif
/* CONFIG_X86_64 */
extern
void
early_find_smp_config
(
void
);
extern
void
early_get_smp_config
(
void
);
...
...
@@ -146,4 +157,6 @@ extern int generic_mps_oem_check(struct mpc_table *, char *, char *);
extern
int
default_acpi_madt_oem_check
(
char
*
,
char
*
);
extern
void
numaq_mps_oem_check
(
struct
mpc_table
*
,
char
*
,
char
*
);
#endif
/* _ASM_X86_MPSPEC_H */
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录