Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
fb5b33c9
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看板
提交
fb5b33c9
编写于
1月 28, 2009
作者:
I
Ingo Molnar
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
x86: eliminate asm/mach-*/mach_mpparse.h
Move the definition to mpparse.h. Signed-off-by:
N
Ingo Molnar
<
mingo@elte.hu
>
上级
0939e4fd
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
4 addition
and
30 deletion
+4
-30
arch/x86/include/asm/mach-default/mach_mpparse.h
arch/x86/include/asm/mach-default/mach_mpparse.h
+0
-17
arch/x86/include/asm/mach-generic/mach_mpparse.h
arch/x86/include/asm/mach-generic/mach_mpparse.h
+0
-8
arch/x86/include/asm/mpspec.h
arch/x86/include/asm/mpspec.h
+4
-0
arch/x86/kernel/acpi/boot.c
arch/x86/kernel/acpi/boot.c
+0
-1
arch/x86/kernel/es7000_32.c
arch/x86/kernel/es7000_32.c
+0
-1
arch/x86/kernel/mpparse.c
arch/x86/kernel/mpparse.c
+0
-1
arch/x86/mach-generic/bigsmp.c
arch/x86/mach-generic/bigsmp.c
+0
-1
arch/x86/mach-generic/default.c
arch/x86/mach-generic/default.c
+0
-1
未找到文件。
arch/x86/include/asm/mach-default/mach_mpparse.h
已删除
100644 → 0
浏览文件 @
0939e4fd
#ifndef _ASM_X86_MACH_DEFAULT_MACH_MPPARSE_H
#define _ASM_X86_MACH_DEFAULT_MACH_MPPARSE_H
static
inline
int
generic_mps_oem_check
(
struct
mpc_table
*
mpc
,
char
*
oem
,
char
*
productid
)
{
return
0
;
}
/* Hook from generic ACPI tables.c */
static
inline
int
default_acpi_madt_oem_check
(
char
*
oem_id
,
char
*
oem_table_id
)
{
return
0
;
}
#endif
/* _ASM_X86_MACH_DEFAULT_MACH_MPPARSE_H */
arch/x86/include/asm/mach-generic/mach_mpparse.h
已删除
100644 → 0
浏览文件 @
0939e4fd
#ifndef _ASM_X86_MACH_GENERIC_MACH_MPPARSE_H
#define _ASM_X86_MACH_GENERIC_MACH_MPPARSE_H
extern
int
generic_mps_oem_check
(
struct
mpc_table
*
,
char
*
,
char
*
);
extern
int
default_acpi_madt_oem_check
(
char
*
,
char
*
);
#endif
/* _ASM_X86_MACH_GENERIC_MACH_MPPARSE_H */
arch/x86/include/asm/mpspec.h
浏览文件 @
fb5b33c9
...
...
@@ -142,4 +142,8 @@ static inline void physid_set_mask_of_physid(int physid, physid_mask_t *map)
extern
physid_mask_t
phys_cpu_present_map
;
extern
int
generic_mps_oem_check
(
struct
mpc_table
*
,
char
*
,
char
*
);
extern
int
default_acpi_madt_oem_check
(
char
*
,
char
*
);
#endif
/* _ASM_X86_MPSPEC_H */
arch/x86/kernel/acpi/boot.c
浏览文件 @
fb5b33c9
...
...
@@ -63,7 +63,6 @@ EXPORT_SYMBOL(acpi_disabled);
#ifdef CONFIG_X86_LOCAL_APIC
#include <mach_apic.h>
#include <mach_mpparse.h>
#endif
/* CONFIG_X86_LOCAL_APIC */
#endif
/* X86 */
...
...
arch/x86/kernel/es7000_32.c
浏览文件 @
fb5b33c9
...
...
@@ -40,7 +40,6 @@
#include <asm/smp.h>
#include <asm/atomic.h>
#include <asm/apicdef.h>
#include <mach_mpparse.h>
#include <asm/genapic.h>
#include <asm/setup.h>
...
...
arch/x86/kernel/mpparse.c
浏览文件 @
fb5b33c9
...
...
@@ -32,7 +32,6 @@
#include <mach_apic.h>
#ifdef CONFIG_X86_32
#include <mach_apicdef.h>
#include <mach_mpparse.h>
#endif
/*
...
...
arch/x86/mach-generic/bigsmp.c
浏览文件 @
fb5b33c9
...
...
@@ -16,7 +16,6 @@
#include <linux/smp.h>
#include <asm/bigsmp/apic.h>
#include <asm/bigsmp/ipi.h>
#include <asm/mach-default/mach_mpparse.h>
static
int
dmi_bigsmp
;
/* can be set by dmi scanners */
...
...
arch/x86/mach-generic/default.c
浏览文件 @
fb5b33c9
...
...
@@ -15,7 +15,6 @@
#include <linux/init.h>
#include <asm/mach-default/mach_apic.h>
#include <asm/mach-default/mach_ipi.h>
#include <asm/mach-default/mach_mpparse.h>
static
void
default_vector_allocation_domain
(
int
cpu
,
struct
cpumask
*
retmask
)
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录