Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
e2dfb912
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看板
提交
e2dfb912
编写于
12月 12, 2006
作者:
P
Paul Mundt
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
sh: Fix .empty_zero_page alignment for PAGE_SIZE > 4096.
Signed-off-by:
N
Paul Mundt
<
lethal@linux-sh.org
>
上级
f668f55c
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
6 addition
and
3 deletion
+6
-3
arch/sh/boot/compressed/head.S
arch/sh/boot/compressed/head.S
+2
-1
arch/sh/boot/compressed/misc.c
arch/sh/boot/compressed/misc.c
+2
-1
arch/sh/kernel/head.S
arch/sh/kernel/head.S
+2
-1
未找到文件。
arch/sh/boot/compressed/head.S
浏览文件 @
e2dfb912
...
...
@@ -8,6 +8,7 @@
.
text
#include <linux/linkage.h>
#include <asm/page.h>
.
global
startup
startup
:
...
...
@@ -97,7 +98,7 @@ init_stack_addr:
decompress_kernel_addr
:
.
long
decompress_kernel
kernel_start_addr
:
.
long
_text
+
0x1000
.
long
_text
+
PAGE_SIZE
.
align
9
fake_headers_as_bzImage
:
...
...
arch/sh/boot/compressed/misc.c
浏览文件 @
e2dfb912
...
...
@@ -13,6 +13,7 @@
#include <asm/uaccess.h>
#include <asm/addrspace.h>
#include <asm/page.h>
#ifdef CONFIG_SH_STANDARD_BIOS
#include <asm/sh_bios.h>
#endif
...
...
@@ -229,7 +230,7 @@ long* stack_start = &user_stack[STACK_SIZE];
void
decompress_kernel
(
void
)
{
output_data
=
0
;
output_ptr
=
P2SEGADDR
((
unsigned
long
)
&
_text
+
0x1000
);
output_ptr
=
P2SEGADDR
((
unsigned
long
)
&
_text
+
PAGE_SIZE
);
free_mem_ptr
=
(
unsigned
long
)
&
_end
;
free_mem_end_ptr
=
free_mem_ptr
+
HEAP_SIZE
;
...
...
arch/sh/kernel/head.S
浏览文件 @
e2dfb912
...
...
@@ -33,7 +33,8 @@ ENTRY(empty_zero_page)
.
long
0x00360000
/*
INITRD_START
*/
.
long
0x000a0000
/*
INITRD_SIZE
*/
.
long
0
.
balign
PAGE_SIZE
,
0
,
PAGE_SIZE
1
:
.
skip
PAGE_SIZE
-
empty_zero_page
-
1
b
.
text
/*
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录