Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
kernel_linux
提交
e1141355
K
kernel_linux
项目概览
OpenHarmony
/
kernel_linux
上一次同步 3 年多
通知
13
Star
8
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kernel_linux
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
e1141355
编写于
10月 16, 2012
作者:
D
David Howells
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'misc' of
git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git/
上级
dd8e8c4a
7d55a5dd
变更
23
隐藏空白更改
内联
并排
Showing
23 changed file
with
4 addition
and
89 deletion
+4
-89
arch/parisc/include/asm/Kbuild
arch/parisc/include/asm/Kbuild
+4
-3
arch/parisc/include/asm/auxvec.h
arch/parisc/include/asm/auxvec.h
+0
-4
arch/parisc/include/asm/compat_signal.h
arch/parisc/include/asm/compat_signal.h
+0
-2
arch/parisc/include/asm/cputime.h
arch/parisc/include/asm/cputime.h
+0
-6
arch/parisc/include/asm/device.h
arch/parisc/include/asm/device.h
+0
-7
arch/parisc/include/asm/div64.h
arch/parisc/include/asm/div64.h
+0
-1
arch/parisc/include/asm/emergency-restart.h
arch/parisc/include/asm/emergency-restart.h
+0
-6
arch/parisc/include/asm/hw_irq.h
arch/parisc/include/asm/hw_irq.h
+0
-8
arch/parisc/include/asm/irq_regs.h
arch/parisc/include/asm/irq_regs.h
+0
-1
arch/parisc/include/asm/kdebug.h
arch/parisc/include/asm/kdebug.h
+0
-1
arch/parisc/include/asm/kvm_para.h
arch/parisc/include/asm/kvm_para.h
+0
-1
arch/parisc/include/asm/local.h
arch/parisc/include/asm/local.h
+0
-1
arch/parisc/include/asm/local64.h
arch/parisc/include/asm/local64.h
+0
-1
arch/parisc/include/asm/mutex.h
arch/parisc/include/asm/mutex.h
+0
-9
arch/parisc/include/asm/param.h
arch/parisc/include/asm/param.h
+0
-1
arch/parisc/include/asm/percpu.h
arch/parisc/include/asm/percpu.h
+0
-7
arch/parisc/include/asm/poll.h
arch/parisc/include/asm/poll.h
+0
-1
arch/parisc/include/asm/real.h
arch/parisc/include/asm/real.h
+0
-5
arch/parisc/include/asm/segment.h
arch/parisc/include/asm/segment.h
+0
-6
arch/parisc/include/asm/topology.h
arch/parisc/include/asm/topology.h
+0
-6
arch/parisc/include/asm/user.h
arch/parisc/include/asm/user.h
+0
-5
arch/parisc/include/asm/vga.h
arch/parisc/include/asm/vga.h
+0
-6
arch/parisc/include/asm/xor.h
arch/parisc/include/asm/xor.h
+0
-1
未找到文件。
arch/parisc/include/asm/Kbuild
浏览文件 @
e1141355
include include/asm-generic/Kbuild.asm
header-y += pdc.h
generic-y += clkdev.h
generic-y += word-at-a-time.h
generic-y += exec.h
generic-y += word-at-a-time.h auxvec.h user.h cputime.h emergency-restart.h \
segment.h topology.h vga.h device.h percpu.h hw_irq.h mutex.h \
div64.h irq_regs.h kdebug.h kvm_para.h local64.h local.h param.h \
poll.h xor.h clkdev.h exec.h
arch/parisc/include/asm/auxvec.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#ifndef __ASMPARISC_AUXVEC_H
#define __ASMPARISC_AUXVEC_H
#endif
arch/parisc/include/asm/compat_signal.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
/* Use generic */
#include <asm-generic/compat_signal.h>
arch/parisc/include/asm/cputime.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#ifndef __PARISC_CPUTIME_H
#define __PARISC_CPUTIME_H
#include <asm-generic/cputime.h>
#endif
/* __PARISC_CPUTIME_H */
arch/parisc/include/asm/device.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>
arch/parisc/include/asm/div64.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#include <asm-generic/div64.h>
arch/parisc/include/asm/emergency-restart.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#ifndef _ASM_EMERGENCY_RESTART_H
#define _ASM_EMERGENCY_RESTART_H
#include <asm-generic/emergency-restart.h>
#endif
/* _ASM_EMERGENCY_RESTART_H */
arch/parisc/include/asm/hw_irq.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#ifndef _ASM_HW_IRQ_H
#define _ASM_HW_IRQ_H
/*
* linux/include/asm/hw_irq.h
*/
#endif
arch/parisc/include/asm/irq_regs.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#include <asm-generic/irq_regs.h>
arch/parisc/include/asm/kdebug.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#include <asm-generic/kdebug.h>
arch/parisc/include/asm/kvm_para.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#include <asm-generic/kvm_para.h>
arch/parisc/include/asm/local.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#include <asm-generic/local.h>
arch/parisc/include/asm/local64.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#include <asm-generic/local64.h>
arch/parisc/include/asm/mutex.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
/*
* Pull in the generic implementation for the mutex fastpath.
*
* TODO: implement optimized primitives instead, or leave the generic
* implementation in place, or pick the atomic_xchg() based generic
* implementation. (see asm-generic/mutex-xchg.h for details)
*/
#include <asm-generic/mutex-dec.h>
arch/parisc/include/asm/param.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#include <asm-generic/param.h>
arch/parisc/include/asm/percpu.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#ifndef _PARISC_PERCPU_H
#define _PARISC_PERCPU_H
#include <asm-generic/percpu.h>
#endif
arch/parisc/include/asm/poll.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#include <asm-generic/poll.h>
arch/parisc/include/asm/real.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#ifndef _PARISC_REAL_H
#define _PARISC_REAL_H
#endif
arch/parisc/include/asm/segment.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#ifndef __PARISC_SEGMENT_H
#define __PARISC_SEGMENT_H
/* Only here because we have some old header files that expect it.. */
#endif
arch/parisc/include/asm/topology.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#ifndef _ASM_PARISC_TOPOLOGY_H
#define _ASM_PARISC_TOPOLOGY_H
#include <asm-generic/topology.h>
#endif
/* _ASM_PARISC_TOPOLOGY_H */
arch/parisc/include/asm/user.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
/* This file should not exist, but lots of generic code still includes
it. It's a hangover from old a.out days and the traditional core
dump format. We are ELF-only, and so are our core dumps. If we
need to support HP/UX core format then we'll do it here
eventually. */
arch/parisc/include/asm/vga.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#ifndef __ASM_PARISC_VGA_H__
#define __ASM_PARISC_VGA_H__
/* nothing */
#endif
/* __ASM_PARISC_VGA_H__ */
arch/parisc/include/asm/xor.h
已删除
100644 → 0
浏览文件 @
dd8e8c4a
#include <asm-generic/xor.h>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录