Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
873d50e2
Commit
873d50e2
authored
Oct 18, 2007
by
Kyle McMartin
Committed by
Kyle McMartin
Oct 18, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PARISC] Remove hardcoded uses of PAGE_SIZE
Signed-off-by:
Kyle McMartin
<
kyle@mcmartin.ca
>
parent
6ebeafff
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
arch/parisc/hpux/gate.S
arch/parisc/hpux/gate.S
+2
-2
arch/parisc/kernel/entry.S
arch/parisc/kernel/entry.S
+2
-2
arch/parisc/kernel/hpmc.S
arch/parisc/kernel/hpmc.S
+2
-2
arch/parisc/kernel/init_task.c
arch/parisc/kernel/init_task.c
+1
-1
arch/parisc/kernel/syscall.S
arch/parisc/kernel/syscall.S
+1
-1
No files found.
arch/parisc/hpux/gate.S
View file @
873d50e2
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
.
import
hpux_call_table
.
import
hpux_call_table
.
import
hpux_syscall_exit
,
code
.
import
hpux_syscall_exit
,
code
.
align
4096
.
align
PAGE_SIZE
ENTRY
(
hpux_gateway_page
)
ENTRY
(
hpux_gateway_page
)
nop
nop
#ifdef CONFIG_64BIT
#ifdef CONFIG_64BIT
...
@@ -103,5 +103,5 @@ syscall_nosys:
...
@@ -103,5 +103,5 @@ syscall_nosys:
ldo
-
ENOSYS
(%
r0
),%
r28
ldo
-
ENOSYS
(%
r0
),%
r28
ENDPROC
(
hpux_gateway_page
)
ENDPROC
(
hpux_gateway_page
)
.
align
4096
.
align
PAGE_SIZE
ENTRY
(
end_hpux_gateway_page
)
ENTRY
(
end_hpux_gateway_page
)
arch/parisc/kernel/entry.S
View file @
873d50e2
...
@@ -652,7 +652,7 @@
...
@@ -652,7 +652,7 @@
.
text
.
text
.
align
4096
.
align
PAGE_SIZE
ENTRY
(
fault_vector_20
)
ENTRY
(
fault_vector_20
)
/
*
First
vector
is
invalid
(
0
)
*/
/
*
First
vector
is
invalid
(
0
)
*/
...
@@ -904,7 +904,7 @@ ENDPROC(_switch_to)
...
@@ -904,7 +904,7 @@ ENDPROC(_switch_to)
*
*
*/
*/
.
align
4096
.
align
PAGE_SIZE
ENTRY
(
syscall_exit_rfi
)
ENTRY
(
syscall_exit_rfi
)
mfctl
%
cr30
,%
r16
mfctl
%
cr30
,%
r16
...
...
arch/parisc/kernel/hpmc.S
View file @
873d50e2
...
@@ -55,13 +55,13 @@
...
@@ -55,13 +55,13 @@
*
IODC
requires
7
K
byte
stack
.
That
leaves
1
K
byte
for
os_hpmc
.
*
IODC
requires
7
K
byte
stack
.
That
leaves
1
K
byte
for
os_hpmc
.
*/
*/
.
align
4096
.
align
PAGE_SIZE
hpmc_stack
:
hpmc_stack
:
.
block
16384
.
block
16384
#define HPMC_IODC_BUF_SIZE 0x8000
#define HPMC_IODC_BUF_SIZE 0x8000
.
align
4096
.
align
PAGE_SIZE
hpmc_iodc_buf
:
hpmc_iodc_buf
:
.
block
HPMC_IODC_BUF_SIZE
.
block
HPMC_IODC_BUF_SIZE
...
...
arch/parisc/kernel/init_task.c
View file @
873d50e2
...
@@ -49,7 +49,7 @@ EXPORT_SYMBOL(init_mm);
...
@@ -49,7 +49,7 @@ EXPORT_SYMBOL(init_mm);
* way process stacks are handled. This is done by having a special
* way process stacks are handled. This is done by having a special
* "init_task" linker map entry..
* "init_task" linker map entry..
*/
*/
unsigned
char
interrupt_stack
[
ISTACK_SIZE
]
__attribute__
((
section
(
"init_istack"
),
aligned
(
4096
)));
unsigned
char
interrupt_stack
[
ISTACK_SIZE
]
__attribute__
((
section
(
"init_istack"
),
aligned
(
PAGE_SIZE
)));
union
thread_union
init_thread_union
union
thread_union
init_thread_union
__attribute__
((
aligned
(
128
)))
__attribute__
((
__section__
(
".data.init_task"
)))
=
__attribute__
((
aligned
(
128
)))
__attribute__
((
__section__
(
".data.init_task"
)))
=
{
INIT_THREAD_INFO
(
init_task
)
};
{
INIT_THREAD_INFO
(
init_task
)
};
...
...
arch/parisc/kernel/syscall.S
View file @
873d50e2
...
@@ -637,7 +637,7 @@ END(sys_call_table64)
...
@@ -637,7 +637,7 @@ END(sys_call_table64)
will
use
this
set
of
locks
will
use
this
set
of
locks
*/
*/
.
section
.
data
.
section
.
data
.
align
4096
.
align
PAGE_SIZE
ENTRY
(
lws_lock_start
)
ENTRY
(
lws_lock_start
)
/
*
lws
locks
*/
/
*
lws
locks
*/
.
align
16
.
align
16
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment