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
06a2e499
Commit
06a2e499
authored
Oct 18, 2023
by
Helge Deller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: Move parisc_narrow_firmware variable to header file
Signed-off-by:
Helge Deller
<
deller@gmx.de
>
parent
fe0a9b8b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
arch/parisc/include/asm/processor.h
arch/parisc/include/asm/processor.h
+1
-0
arch/parisc/kernel/setup.c
arch/parisc/kernel/setup.c
+0
-3
No files found.
arch/parisc/include/asm/processor.h
View file @
06a2e499
...
...
@@ -287,6 +287,7 @@ extern int _parisc_requires_coherency;
#endif
extern
int
running_on_qemu
;
extern
int
parisc_narrow_firmware
;
extern
void
__noreturn
toc_intr
(
struct
pt_regs
*
regs
);
extern
void
toc_handler
(
void
);
...
...
arch/parisc/kernel/setup.c
View file @
06a2e499
...
...
@@ -100,9 +100,6 @@ static void __init dma_ops_init(void)
void
__init
setup_arch
(
char
**
cmdline_p
)
{
#ifdef CONFIG_64BIT
extern
int
parisc_narrow_firmware
;
#endif
unwind_init
();
init_per_cpu
(
smp_processor_id
());
/* Set Modes & Enable FP */
...
...
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