Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
kernel_linux
提交
a1aca5de
K
kernel_linux
项目概览
OpenHarmony
/
kernel_linux
上一次同步 大约 4 年
通知
14
Star
8
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kernel_linux
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
a1aca5de
编写于
10月 15, 2008
作者:
I
Ingo Molnar
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
genirq: remove artifacts from sparseirq removal
Signed-off-by:
N
Ingo Molnar
<
mingo@elte.hu
>
上级
d6c88a50
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
2 addition
and
8 deletion
+2
-8
arch/Kconfig
arch/Kconfig
+1
-0
arch/x86/kernel/acpi/boot.c
arch/x86/kernel/acpi/boot.c
+0
-1
arch/x86/kernel/irqinit_32.c
arch/x86/kernel/irqinit_32.c
+0
-1
arch/x86/kernel/vmlinux_64.lds.S
arch/x86/kernel/vmlinux_64.lds.S
+0
-1
arch/x86/mm/init_32.c
arch/x86/mm/init_32.c
+0
-3
include/linux/init.h
include/linux/init.h
+0
-1
include/linux/kernel_stat.h
include/linux/kernel_stat.h
+1
-1
未找到文件。
arch/Kconfig
浏览文件 @
a1aca5de
...
...
@@ -102,3 +102,4 @@ config HAVE_CLK
help
The <linux/clk.h> calls support software clock gating and
thus are a key power management tool on many systems.
arch/x86/kernel/acpi/boot.c
浏览文件 @
a1aca5de
...
...
@@ -1254,7 +1254,6 @@ static int __init acpi_parse_madt_ioapic_entries(void)
return
count
;
}
count
=
acpi_table_parse_madt
(
ACPI_MADT_TYPE_INTERRUPT_OVERRIDE
,
acpi_parse_int_src_ovr
,
nr_irqs
);
...
...
arch/x86/kernel/irqinit_32.c
浏览文件 @
a1aca5de
...
...
@@ -184,4 +184,3 @@ void __init native_init_IRQ(void)
irq_ctx_init
(
smp_processor_id
());
}
arch/x86/kernel/vmlinux_64.lds.S
浏览文件 @
a1aca5de
...
...
@@ -173,7 +173,6 @@ SECTIONS
*(.
x86_cpu_dev
.
init
)
}
__x86_cpu_dev_end
=
.
;
SECURITY_INIT
.
=
ALIGN
(
8
)
;
...
...
arch/x86/mm/init_32.c
浏览文件 @
a1aca5de
...
...
@@ -66,7 +66,6 @@ static unsigned long __meminitdata table_end;
static
unsigned
long
__meminitdata
table_top
;
static
int
__initdata
after_init_bootmem
;
int
after_bootmem
;
static
__init
void
*
alloc_low_page
(
unsigned
long
*
phys
)
{
...
...
@@ -989,8 +988,6 @@ void __init mem_init(void)
set_highmem_pages_init
();
after_bootmem
=
1
;
codesize
=
(
unsigned
long
)
&
_etext
-
(
unsigned
long
)
&
_text
;
datasize
=
(
unsigned
long
)
&
_edata
-
(
unsigned
long
)
&
_etext
;
initsize
=
(
unsigned
long
)
&
__init_end
-
(
unsigned
long
)
&
__init_begin
;
...
...
include/linux/init.h
浏览文件 @
a1aca5de
...
...
@@ -246,7 +246,6 @@ struct obs_kernel_param {
/* Relies on boot_command_line being set */
void
__init
parse_early_param
(
void
);
#endif
/* __ASSEMBLY__ */
/**
...
...
include/linux/kernel_stat.h
浏览文件 @
a1aca5de
...
...
@@ -28,7 +28,7 @@ struct cpu_usage_stat {
struct
kernel_stat
{
struct
cpu_usage_stat
cpustat
;
unsigned
int
irqs
[
NR_IRQS
];
unsigned
int
irqs
[
NR_IRQS
];
};
DECLARE_PER_CPU
(
struct
kernel_stat
,
kstat
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录