Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
cd8ee345
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看板
提交
cd8ee345
编写于
4月 16, 2014
作者:
R
Ralf Baechle
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
MIPS: math-emu: Header file weeding.
Signed-off-by:
N
Ralf Baechle
<
ralf@linux-mips.org
>
上级
5160d45d
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
12 addition
and
29 deletion
+12
-29
arch/mips/math-emu/cp1emu.c
arch/mips/math-emu/cp1emu.c
+4
-6
arch/mips/math-emu/dp_tint.c
arch/mips/math-emu/dp_tint.c
+0
-1
arch/mips/math-emu/dsemul.c
arch/mips/math-emu/dsemul.c
+3
-14
arch/mips/math-emu/ieee754d.c
arch/mips/math-emu/ieee754d.c
+2
-1
arch/mips/math-emu/ieee754xcpt.c
arch/mips/math-emu/ieee754xcpt.c
+1
-1
arch/mips/math-emu/kernel_linkage.c
arch/mips/math-emu/kernel_linkage.c
+2
-5
arch/mips/math-emu/sp_tint.c
arch/mips/math-emu/sp_tint.c
+0
-1
未找到文件。
arch/mips/math-emu/cp1emu.c
浏览文件 @
cd8ee345
...
...
@@ -34,20 +34,18 @@
* better performance by compiling with -msoft-float!
*/
#include <linux/sched.h>
#include <linux/module.h>
#include <linux/debugfs.h>
#include <linux/perf_event.h>
#include <asm/branch.h>
#include <asm/inst.h>
#include <asm/bootinfo.h>
#include <asm/processor.h>
#include <asm/ptrace.h>
#include <asm/signal.h>
#include <asm/mipsregs.h>
#include <asm/uaccess.h>
#include <asm/processor.h>
#include <asm/fpu_emulator.h>
#include <asm/fpu.h>
#include <asm/uaccess.h>
#include <asm/branch.h>
#include "ieee754.h"
...
...
arch/mips/math-emu/dp_tint.c
浏览文件 @
cd8ee345
...
...
@@ -24,7 +24,6 @@
*/
#include <linux/kernel.h>
#include "ieee754dp.h"
int
ieee754dp_tint
(
union
ieee754dp
x
)
...
...
arch/mips/math-emu/dsemul.c
浏览文件 @
cd8ee345
#include <linux/compiler.h>
#include <linux/mm.h>
#include <linux/signal.h>
#include <linux/smp.h>
#include <asm/asm.h>
#include <asm/bootinfo.h>
#include <asm/byteorder.h>
#include <asm/cpu.h>
#include <asm/inst.h>
#include <asm/processor.h>
#include <asm/uaccess.h>
#include <asm/branch.h>
#include <asm/mipsregs.h>
#include <asm/cacheflush.h>
#include <asm/fpu_emulator.h>
#include <asm/inst.h>
#include <asm/mipsregs.h>
#include <asm/uaccess.h>
#include "ieee754.h"
...
...
arch/mips/math-emu/ieee754d.c
浏览文件 @
cd8ee345
...
...
@@ -25,7 +25,8 @@
* Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
*/
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/printk.h>
#include "ieee754.h"
#define DP_EBIAS 1023
...
...
arch/mips/math-emu/ieee754xcpt.c
浏览文件 @
cd8ee345
...
...
@@ -29,7 +29,7 @@
*************************************************************************/
#include <linux/compiler.h>
#include <linux/
kernel
.h>
#include <linux/
printk
.h>
#include "ieee754.h"
/*
...
...
arch/mips/math-emu/kernel_linkage.c
浏览文件 @
cd8ee345
...
...
@@ -19,11 +19,8 @@
* manipulation primitives for the Algorithmics MIPS
* FPU Emulator
*/
#include <linux/sched.h>
#include <asm/processor.h>
#include <asm/signal.h>
#include <asm/uaccess.h>
#include <linux/printk.h>
#include <asm/current.h>
#include <asm/fpu.h>
#include <asm/fpu_emulator.h>
...
...
arch/mips/math-emu/sp_tint.c
浏览文件 @
cd8ee345
...
...
@@ -24,7 +24,6 @@
*/
#include <linux/kernel.h>
#include "ieee754sp.h"
int
ieee754sp_tint
(
union
ieee754sp
x
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录