Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
0c1f1dcd
cloud-kernel
项目概览
openanolis
/
cloud-kernel
大约 2 年 前同步成功
通知
173
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看板
提交
0c1f1dcd
编写于
2月 09, 2008
作者:
M
Martin Schwidefsky
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[S390] Remove a.out header file.
Signed-off-by:
N
Martin Schwidefsky
<
schwidefsky@de.ibm.com
>
上级
59eb1ca7
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
0 addition
and
34 deletion
+0
-34
arch/s390/kernel/process.c
arch/s390/kernel/process.c
+0
-1
arch/s390/kernel/setup.c
arch/s390/kernel/setup.c
+0
-1
include/asm-s390/a.out.h
include/asm-s390/a.out.h
+0
-32
未找到文件。
arch/s390/kernel/process.c
浏览文件 @
0c1f1dcd
...
@@ -29,7 +29,6 @@
...
@@ -29,7 +29,6 @@
#include <linux/slab.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/vmalloc.h>
#include <linux/user.h>
#include <linux/user.h>
#include <linux/a.out.h>
#include <linux/interrupt.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/delay.h>
#include <linux/reboot.h>
#include <linux/reboot.h>
...
...
arch/s390/kernel/setup.c
浏览文件 @
0c1f1dcd
...
@@ -24,7 +24,6 @@
...
@@ -24,7 +24,6 @@
#include <linux/ptrace.h>
#include <linux/ptrace.h>
#include <linux/slab.h>
#include <linux/slab.h>
#include <linux/user.h>
#include <linux/user.h>
#include <linux/a.out.h>
#include <linux/tty.h>
#include <linux/tty.h>
#include <linux/ioport.h>
#include <linux/ioport.h>
#include <linux/delay.h>
#include <linux/delay.h>
...
...
include/asm-s390/a.out.h
已删除
100644 → 0
浏览文件 @
59eb1ca7
/*
* include/asm-s390/a.out.h
*
* S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
*
* Derived from "include/asm-i386/a.out.h"
* Copyright (C) 1992, Linus Torvalds
*
* I don't think we'll ever need a.out ...
*/
#ifndef __S390_A_OUT_H__
#define __S390_A_OUT_H__
struct
exec
{
unsigned
long
a_info
;
/* Use macros N_MAGIC, etc for access */
unsigned
a_text
;
/* length of text, in bytes */
unsigned
a_data
;
/* length of data, in bytes */
unsigned
a_bss
;
/* length of uninitialized data area for file, in bytes */
unsigned
a_syms
;
/* length of symbol table data in file, in bytes */
unsigned
a_entry
;
/* start address */
unsigned
a_trsize
;
/* length of relocation info for text, in bytes */
unsigned
a_drsize
;
/* length of relocation info for data, in bytes */
};
#define N_TRSIZE(a) ((a).a_trsize)
#define N_DRSIZE(a) ((a).a_drsize)
#define N_SYMSIZE(a) ((a).a_syms)
#endif
/* __A_OUT_GNU_H__ */
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录