Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
e0b58ee8
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看板
提交
e0b58ee8
编写于
1月 04, 2012
作者:
R
Russell King
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'vmalloc' of
git://git.linaro.org/people/nico/linux
into devel-stable
上级
cfef0320
9561f4e0
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
0 addition
and
17 deletion
+0
-17
arch/arm/include/asm/pgtable.h
arch/arm/include/asm/pgtable.h
+0
-7
arch/arm/mach-shmobile/board-ag5evm.c
arch/arm/mach-shmobile/board-ag5evm.c
+0
-2
arch/arm/mach-shmobile/board-ap4evb.c
arch/arm/mach-shmobile/board-ap4evb.c
+0
-2
arch/arm/mach-shmobile/board-g3evm.c
arch/arm/mach-shmobile/board-g3evm.c
+0
-2
arch/arm/mach-shmobile/board-g4evm.c
arch/arm/mach-shmobile/board-g4evm.c
+0
-2
arch/arm/mach-shmobile/board-mackerel.c
arch/arm/mach-shmobile/board-mackerel.c
+0
-2
未找到文件。
arch/arm/include/asm/pgtable.h
浏览文件 @
e0b58ee8
...
...
@@ -42,13 +42,6 @@
#define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
#define VMALLOC_END 0xff000000UL
/* This is a temporary hack until shmobile's DMA area size is sorted out */
#ifdef CONFIG_ARCH_SHMOBILE
#warning "SH-Mobile's consistent DMA size conflicts with VMALLOC_END by 144MB"
#undef VMALLOC_END
#define VMALLOC_END 0xF6000000UL
#endif
#define LIBRARY_TEXT_START 0x0c000000
#ifndef __ASSEMBLY__
...
...
arch/arm/mach-shmobile/board-ag5evm.c
浏览文件 @
e0b58ee8
...
...
@@ -466,8 +466,6 @@ static struct map_desc ag5evm_io_desc[] __initdata = {
static
void
__init
ag5evm_map_io
(
void
)
{
iotable_init
(
ag5evm_io_desc
,
ARRAY_SIZE
(
ag5evm_io_desc
));
/* DMA memory at 0xf6000000 - 0xffdfffff */
init_consistent_dma_size
(
158
<<
20
);
/* setup early devices and console here as well */
sh73a0_add_early_devices
();
...
...
arch/arm/mach-shmobile/board-ap4evb.c
浏览文件 @
e0b58ee8
...
...
@@ -1172,8 +1172,6 @@ static struct map_desc ap4evb_io_desc[] __initdata = {
static
void
__init
ap4evb_map_io
(
void
)
{
iotable_init
(
ap4evb_io_desc
,
ARRAY_SIZE
(
ap4evb_io_desc
));
/* DMA memory at 0xf6000000 - 0xffdfffff */
init_consistent_dma_size
(
158
<<
20
);
/* setup early devices and console here as well */
sh7372_add_early_devices
();
...
...
arch/arm/mach-shmobile/board-g3evm.c
浏览文件 @
e0b58ee8
...
...
@@ -261,8 +261,6 @@ static struct map_desc g3evm_io_desc[] __initdata = {
static
void
__init
g3evm_map_io
(
void
)
{
iotable_init
(
g3evm_io_desc
,
ARRAY_SIZE
(
g3evm_io_desc
));
/* DMA memory at 0xf6000000 - 0xffdfffff */
init_consistent_dma_size
(
158
<<
20
);
/* setup early devices and console here as well */
sh7367_add_early_devices
();
...
...
arch/arm/mach-shmobile/board-g4evm.c
浏览文件 @
e0b58ee8
...
...
@@ -275,8 +275,6 @@ static struct map_desc g4evm_io_desc[] __initdata = {
static
void
__init
g4evm_map_io
(
void
)
{
iotable_init
(
g4evm_io_desc
,
ARRAY_SIZE
(
g4evm_io_desc
));
/* DMA memory at 0xf6000000 - 0xffdfffff */
init_consistent_dma_size
(
158
<<
20
);
/* setup early devices and console here as well */
sh7377_add_early_devices
();
...
...
arch/arm/mach-shmobile/board-mackerel.c
浏览文件 @
e0b58ee8
...
...
@@ -1390,8 +1390,6 @@ static struct map_desc mackerel_io_desc[] __initdata = {
static
void
__init
mackerel_map_io
(
void
)
{
iotable_init
(
mackerel_io_desc
,
ARRAY_SIZE
(
mackerel_io_desc
));
/* DMA memory at 0xf6000000 - 0xffdfffff */
init_consistent_dma_size
(
158
<<
20
);
/* setup early devices and console here as well */
sh7372_add_early_devices
();
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录