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
3b6353fa
Commit
3b6353fa
authored
Nov 08, 2005
by
Russell King
Committed by
Russell King
Nov 08, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Declare asm entry points in asm/smp.h
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
2c250134
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
include/asm-arm/smp.h
include/asm-arm/smp.h
+11
-0
No files found.
include/asm-arm/smp.h
View file @
3b6353fa
...
...
@@ -36,6 +36,11 @@ struct seq_file;
*/
extern
void
show_ipi_list
(
struct
seq_file
*
p
);
/*
* Called from assembly code, this handles an IPI.
*/
asmlinkage
void
do_IPI
(
struct
pt_regs
*
regs
);
/*
* Move global data into per-processor storage.
*/
...
...
@@ -57,6 +62,12 @@ extern void smp_send_timer(void);
*/
extern
int
boot_secondary
(
unsigned
int
cpu
,
struct
task_struct
*
);
/*
* Called from platform specific assembly code, this is the
* secondary CPU entry point.
*/
asmlinkage
void
secondary_start_kernel
(
void
);
/*
* Perform platform specific initialisation of the specified CPU.
*/
...
...
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