Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
dfcf753b
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看板
提交
dfcf753b
编写于
5月 22, 2008
作者:
K
Kyle McMartin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Revert "parisc: fix trivial section name warnings"
This reverts commit
bd3bb8c1
. Signed-off-by:
N
Kyle McMartin
<
kyle@mcmartin.ca
>
上级
5dd34572
变更
11
隐藏空白更改
内联
并排
Showing
11 changed file
with
18 addition
and
27 deletion
+18
-27
arch/parisc/hpux/gate.S
arch/parisc/hpux/gate.S
+1
-2
arch/parisc/hpux/wrappers.S
arch/parisc/hpux/wrappers.S
+1
-2
arch/parisc/kernel/entry.S
arch/parisc/kernel/entry.S
+1
-2
arch/parisc/kernel/head.S
arch/parisc/kernel/head.S
+1
-1
arch/parisc/kernel/hpmc.S
arch/parisc/kernel/hpmc.S
+1
-2
arch/parisc/kernel/pacache.S
arch/parisc/kernel/pacache.S
+1
-2
arch/parisc/kernel/perf_asm.S
arch/parisc/kernel/perf_asm.S
+1
-1
arch/parisc/kernel/real2.S
arch/parisc/kernel/real2.S
+6
-7
arch/parisc/kernel/syscall.S
arch/parisc/kernel/syscall.S
+2
-3
arch/parisc/lib/fixup.S
arch/parisc/lib/fixup.S
+1
-2
arch/parisc/lib/lusercopy.S
arch/parisc/lib/lusercopy.S
+2
-3
未找到文件。
arch/parisc/hpux/gate.S
浏览文件 @
dfcf753b
...
...
@@ -13,10 +13,9 @@
#include <asm/unistd.h>
#include <asm/errno.h>
#include <linux/linkage.h>
#include <linux/init.h>
.
level
LEVEL
__HEAD
.
text
.
import
hpux_call_table
.
import
hpux_syscall_exit
,
code
...
...
arch/parisc/hpux/wrappers.S
浏览文件 @
dfcf753b
...
...
@@ -28,10 +28,9 @@
#include <asm/assembly.h>
#include <asm/signal.h>
#include <linux/linkage.h>
#include <linux/init.h>
.
level
LEVEL
__HEAD
.
text
/
*
These
should
probably
go
in
a
header
file
somewhere
.
*
They
are
duplicated
in
kernel
/
wrappers
.
S
...
...
arch/parisc/kernel/entry.S
浏览文件 @
dfcf753b
...
...
@@ -38,7 +38,6 @@
#include <asm/thread_info.h>
#include <linux/linkage.h>
#include <linux/init.h>
#ifdef CONFIG_64BIT
.
level
2
.0
w
...
...
@@ -622,7 +621,7 @@
*
the
static
part
of
the
kernel
address
space
.
*/
__HEAD
.
text
.
align
PAGE_SIZE
...
...
arch/parisc/kernel/head.S
浏览文件 @
dfcf753b
...
...
@@ -32,7 +32,7 @@ ENTRY(boot_args)
.
word
0
/*
arg3
*/
END
(
boot_args
)
__HEAD
.
section
.
text
.
head
.
align
4
.
import
init_thread_union
,
data
.
import
fault_vector_20
,
code
/*
IVA
parisc
2
.0
32
bit
*/
...
...
arch/parisc/kernel/hpmc.S
浏览文件 @
dfcf753b
...
...
@@ -47,7 +47,6 @@
#include <asm/pdc.h>
#include <linux/linkage.h>
#include <linux/init.h>
/
*
*
stack
for
os_hpmc
,
the
HPMC
handler
.
...
...
@@ -77,7 +76,7 @@ ENTRY(hpmc_pim_data)
.
block
HPMC_PIM_DATA_SIZE
END
(
hpmc_pim_data
)
__HEAD
.
text
.
import
intr_save
,
code
ENTRY
(
os_hpmc
)
...
...
arch/parisc/kernel/pacache.S
浏览文件 @
dfcf753b
...
...
@@ -37,9 +37,8 @@
#include <asm/pgtable.h>
#include <asm/cache.h>
#include <linux/linkage.h>
#include <linux/init.h>
__HEAD
.
text
.
align
128
ENTRY
(
flush_tlb_all_local
)
...
...
arch/parisc/kernel/perf_asm.S
浏览文件 @
dfcf753b
...
...
@@ -43,7 +43,7 @@
; The coprocessor only needs to be enabled when
; starting/stopping the coprocessor with the pmenb/pmdis.
;
__HEAD
.
text
ENTRY
(
perf_intrigue_enable_perf_counters
)
.
proc
...
...
arch/parisc/kernel/real2.S
浏览文件 @
dfcf753b
...
...
@@ -12,7 +12,6 @@
#include <asm/assembly.h>
#include <linux/linkage.h>
#include <linux/init.h>
.
section
.
bss
.
export
real_stack
...
...
@@ -40,7 +39,7 @@ save_cr_end:
/************************
32-
bit
real
-
mode
calls
***********************/
/*
This
can
be
called
in
both
narrow
and
wide
kernels
*/
__HEAD
.
text
/
*
unsigned
long
real32_call_asm
(
unsigned
int
*
sp
,
*
unsigned
int
*
arg0p
,
...
...
@@ -114,7 +113,7 @@ ENDPROC(real32_call_asm)
# define PUSH_CR(r, where) mfctl r, %r1 ! STREG,ma %r1, REG_SZ(where)
# define POP_CR(r, where) LDREG,mb -REG_SZ(where), %r1 ! mtctl %r1, r
__HEAD
.
text
save_control_regs
:
load32
PA
(
save_cr_space
),
%
r28
PUSH_CR
(%
cr24
,
%
r28
)
...
...
@@ -146,7 +145,7 @@ restore_control_regs:
/*
rfi_virt2real
()
and
rfi_real2virt
()
could
perhaps
be
adapted
for
*
more
general
-
purpose
use
by
the
several
places
which
need
RFIs
*/
__HEAD
.
text
.
align
128
rfi_virt2real
:
/
*
switch
to
real
mode
...
*/
...
...
@@ -181,7 +180,7 @@ rfi_v2r_1:
bv
0
(%
r2
)
nop
__HEAD
.
text
.
align
128
rfi_real2virt
:
rsm
PSW_SM_I
,%
r0
...
...
@@ -219,7 +218,7 @@ rfi_r2v_1:
/************************
64-
bit
real
-
mode
calls
***********************/
/*
This
is
only
usable
in
wide
kernels
right
now
and
will
probably
stay
so
*/
__HEAD
.
text
/
*
unsigned
long
real64_call_asm
(
unsigned
long
*
sp
,
*
unsigned
long
*
arg0p
,
*
unsigned
long
fn
)
...
...
@@ -277,7 +276,7 @@ ENDPROC(real64_call_asm)
#endif
__HEAD
.
text
/
*
http
:
//
lists
.
parisc
-
linux
.
org
/
hypermail
/
parisc
-
linux
/
10916
.
html
*
*
GCC
3
.3
and
later
has
a
new
function
in
libgcc
.
a
for
*
*
comparing
function
pointers
.
...
...
arch/parisc/kernel/syscall.S
浏览文件 @
dfcf753b
...
...
@@ -17,7 +17,6 @@
#include <asm/processor.h>
#include <linux/linkage.h>
#include <linux/init.h>
/
*
We
fill
the
empty
parts
of
the
gateway
page
with
*
something
that
will
kill
the
kernel
or
a
...
...
@@ -27,7 +26,7 @@
.
level
LEVEL
__HEAD
.
text
.
import
syscall_exit
,
code
.
import
syscall_exit_rfi
,
code
...
...
@@ -637,7 +636,7 @@ END(sys_call_table64)
All
light
-
weight
-
syscall
atomic
operations
will
use
this
set
of
locks
*/
.
section
.
data
,
"aw"
.
section
.
data
.
align
PAGE_SIZE
ENTRY
(
lws_lock_start
)
/
*
lws
locks
*/
...
...
arch/parisc/lib/fixup.S
浏览文件 @
dfcf753b
...
...
@@ -23,7 +23,6 @@
#include <asm/assembly.h>
#include <asm/errno.h>
#include <linux/linkage.h>
#include <linux/init.h>
#ifdef CONFIG_SMP
.
macro
get_fault_ip
t1
t2
...
...
@@ -56,7 +55,7 @@
.
level
LEVEL
__HEAD
.
text
.
section
.
fixup
,
"ax"
/
*
get_user
()
fixups
,
store
-
EFAULT
in
r8
,
and
0
in
r9
*/
...
...
arch/parisc/lib/lusercopy.S
浏览文件 @
dfcf753b
...
...
@@ -33,12 +33,11 @@
*/
.
text
#include <asm/assembly.h>
#include <asm/errno.h>
#include <linux/linkage.h>
#include <linux/init.h>
__HEAD
/
*
*
get_sr
gets
the
appropriate
space
value
into
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录