Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
343ac722
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
160
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
343ac722
编写于
11月 11, 2007
作者:
P
Paul Mundt
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
sh: Move over the SH-5 entry.S.
Signed-off-by:
N
Paul Mundt
<
lethal@linux-sh.org
>
上级
49e6c3e7
变更
4
显示空白变更内容
内联
并排
Showing
4 changed file
with
20 addition
and
8 deletion
+20
-8
arch/sh/kernel/cpu/Makefile
arch/sh/kernel/cpu/Makefile
+6
-0
arch/sh/kernel/cpu/sh5/Makefile
arch/sh/kernel/cpu/sh5/Makefile
+1
-0
arch/sh/kernel/cpu/sh5/entry.S
arch/sh/kernel/cpu/sh5/entry.S
+1
-3
include/asm-sh/processor.h
include/asm-sh/processor.h
+12
-5
未找到文件。
arch/sh/kernel/cpu/Makefile
浏览文件 @
343ac722
...
@@ -6,8 +6,14 @@ obj-$(CONFIG_CPU_SH2) = sh2/
...
@@ -6,8 +6,14 @@ obj-$(CONFIG_CPU_SH2) = sh2/
obj-$(CONFIG_CPU_SH2A)
=
sh2a/
obj-$(CONFIG_CPU_SH2A)
=
sh2a/
obj-$(CONFIG_CPU_SH3)
=
sh3/
obj-$(CONFIG_CPU_SH3)
=
sh3/
obj-$(CONFIG_CPU_SH4)
=
sh4/
obj-$(CONFIG_CPU_SH4)
=
sh4/
obj-$(CONFIG_CPU_SH5)
=
sh5/
# Special cases for family ancestry.
obj-$(CONFIG_CPU_SH4A)
+=
sh4a/
obj-$(CONFIG_CPU_SH4A)
+=
sh4a/
# Common interfaces.
obj-$(CONFIG_UBC_WAKEUP)
+=
ubc.o
obj-$(CONFIG_UBC_WAKEUP)
+=
ubc.o
obj-$(CONFIG_SH_ADC)
+=
adc.o
obj-$(CONFIG_SH_ADC)
+=
adc.o
...
...
arch/sh/kernel/cpu/sh5/Makefile
0 → 100644
浏览文件 @
343ac722
obj-y
:=
entry.o
arch/sh
64/kernel
/entry.S
→
arch/sh
/kernel/cpu/sh5
/entry.S
浏览文件 @
343ac722
...
@@ -10,12 +10,10 @@
...
@@ -10,12 +10,10 @@
*
Copyright
(
C
)
2003
,
2004
Richard
Curnow
*
Copyright
(
C
)
2003
,
2004
Richard
Curnow
*
*
*/
*/
#include <linux/errno.h>
#include <linux/errno.h>
#include <linux/sys.h>
#include <linux/sys.h>
#include <asm/cpu/registers.h>
#include <asm/processor.h>
#include <asm/processor.h>
#include <asm/registers.h>
#include <asm/unistd.h>
#include <asm/unistd.h>
#include <asm/thread_info.h>
#include <asm/thread_info.h>
#include <asm/asm-offsets.h>
#include <asm/asm-offsets.h>
...
...
include/asm-sh/processor.h
浏览文件 @
343ac722
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
#include <asm/cpu-features.h>
#include <asm/cpu-features.h>
#ifndef __ASSEMBLY__
/*
/*
* CPU type and hardware bug flags. Kept separately for each CPU.
* CPU type and hardware bug flags. Kept separately for each CPU.
*
*
...
@@ -40,11 +42,8 @@ enum cpu_type {
...
@@ -40,11 +42,8 @@ enum cpu_type {
CPU_SH_NONE
CPU_SH_NONE
};
};
#ifdef CONFIG_SUPERH32
/* Forward decl */
# include "processor_32.h"
struct
sh_cpuinfo
;
#else
# include "processor_64.h"
#endif
/* arch/sh/kernel/setup.c */
/* arch/sh/kernel/setup.c */
const
char
*
get_cpu_subtype
(
struct
sh_cpuinfo
*
c
);
const
char
*
get_cpu_subtype
(
struct
sh_cpuinfo
*
c
);
...
@@ -55,4 +54,12 @@ int vsyscall_init(void);
...
@@ -55,4 +54,12 @@ int vsyscall_init(void);
#define vsyscall_init() do { } while (0)
#define vsyscall_init() do { } while (0)
#endif
#endif
#endif
/* __ASSEMBLY__ */
#ifdef CONFIG_SUPERH32
# include "processor_32.h"
#else
# include "processor_64.h"
#endif
#endif
/* __ASM_SH_PROCESSOR_H */
#endif
/* __ASM_SH_PROCESSOR_H */
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录