Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
4add395b
Commit
4add395b
authored
Dec 17, 2022
by
Helge Deller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: Move pdc_result struct to firmware.c
Signed-off-by:
Helge Deller
<
deller@gmx.de
>
parent
7dc4dbfe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
17 deletions
+4
-17
arch/parisc/kernel/firmware.c
arch/parisc/kernel/firmware.c
+2
-2
arch/parisc/kernel/real2.S
arch/parisc/kernel/real2.S
+2
-15
No files found.
arch/parisc/kernel/firmware.c
View file @
4add395b
...
...
@@ -74,8 +74,8 @@
static
DEFINE_SPINLOCK
(
pdc_lock
);
#endif
extern
unsigned
long
pdc_result
[
NUM_PDC_RESULT
]
;
extern
unsigned
long
pdc_result2
[
NUM_PDC_RESULT
]
;
unsigned
long
pdc_result
[
NUM_PDC_RESULT
]
__aligned
(
8
)
;
unsigned
long
pdc_result2
[
NUM_PDC_RESULT
]
__aligned
(
8
)
;
#ifdef CONFIG_64BIT
#define WIDE_FIRMWARE 0x1
...
...
arch/parisc/kernel/real2.S
View file @
4add395b
...
...
@@ -15,28 +15,15 @@
#include <linux/linkage.h>
.
section
.
bss
.
export
pdc_result
.
export
pdc_result2
.
align
8
pdc_result
:
.
block
ASM_PDC_RESULT_SIZE
pdc_result2
:
.
block
ASM_PDC_RESULT_SIZE
.
export
real_stack
.
export
real32_stack
.
export
real64_stack
.
align
64
__PAGE_ALIGNED_BSS
real_stack
:
real32_stack
:
real64_stack
:
.
block
8192
#define N_SAVED_REGS 9
.
section
.
bss
save_cr_space
:
.
block
REG_SZ
*
N_SAVED_REGS
save_cr_end
:
...
...
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