Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
ad81eb91
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看板
提交
ad81eb91
编写于
11月 11, 2007
作者:
P
Paul Mundt
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
sh: Split out ioremap in to _32 and _64 variants.
Signed-off-by:
N
Paul Mundt
<
lethal@linux-sh.org
>
上级
4b7be4f2
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
12 addition
and
8 deletion
+12
-8
arch/sh/mm/Makefile_32
arch/sh/mm/Makefile_32
+1
-1
arch/sh/mm/Makefile_64
arch/sh/mm/Makefile_64
+5
-0
arch/sh/mm/ioremap_32.c
arch/sh/mm/ioremap_32.c
+0
-0
arch/sh/mm/ioremap_64.c
arch/sh/mm/ioremap_64.c
+6
-7
未找到文件。
arch/sh/mm/Makefile_32
浏览文件 @
ad81eb91
...
...
@@ -13,7 +13,7 @@ endif
mmu-y := tlb-nommu.o pg-nommu.o
mmu-$(CONFIG_MMU) := fault.o clear_page.o copy_page.o tlb-flush.o \
ioremap.o
ioremap
_32
.o
obj-y += $(mmu-y)
...
...
arch/sh/mm/Makefile_64
浏览文件 @
ad81eb91
...
...
@@ -4,6 +4,11 @@
obj-y := init.o extable_64.o consistent.o
mmu-y := tlb-nommu.o pg-nommu.o
mmu-$(CONFIG_MMU) := ioremap_64.o
obj-y += $(mmu-y)
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
obj-$(CONFIG_PMB) += pmb.o
obj-$(CONFIG_NUMA) += numa.o
...
...
arch/sh/mm/ioremap.c
→
arch/sh/mm/ioremap
_32
.c
浏览文件 @
ad81eb91
文件已移动
arch/sh
64/mm/ioremap
.c
→
arch/sh
/mm/ioremap_64
.c
浏览文件 @
ad81eb91
...
...
@@ -13,18 +13,17 @@
*
* (C) Copyright 1995 1996 Linus Torvalds
*/
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/sched.h>
#include <linux/string.h>
#include <linux/io.h>
#include <linux/ioport.h>
#include <linux/bootmem.h>
#include <linux/proc_fs.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/io.h>
#include <asm/page.h>
#include <asm/pgalloc.h>
#include <asm/addrspace.h>
#include <asm/cacheflush.h>
#include <asm/tlbflush.h>
#include <asm/mmu.h>
static
void
shmedia_mapioaddr
(
unsigned
long
,
unsigned
long
);
static
unsigned
long
shmedia_ioremap
(
struct
resource
*
,
u32
,
int
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录