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
1d0a909c
Commit
1d0a909c
authored
Oct 30, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] time: Remove now unused local_timer_interrupt.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
81b635ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
21 deletions
+0
-21
arch/mips/kernel/time.c
arch/mips/kernel/time.c
+0
-16
include/asm-mips/time.h
include/asm-mips/time.h
+0
-5
No files found.
arch/mips/kernel/time.c
View file @
1d0a909c
...
@@ -80,22 +80,6 @@ static cycle_t c0_hpt_read(void)
...
@@ -80,22 +80,6 @@ static cycle_t c0_hpt_read(void)
int
(
*
mips_timer_state
)(
void
);
int
(
*
mips_timer_state
)(
void
);
/*
* local_timer_interrupt() does profiling and process accounting
* on a per-CPU basis.
*
* In UP mode, it is invoked from the (global) timer_interrupt.
*
* In SMP mode, it might invoked by per-CPU timer interrupt, or
* a broadcasted inter-processor interrupt which itself is triggered
* by the global timer interrupt.
*/
void
local_timer_interrupt
(
int
irq
,
void
*
dev_id
)
{
profile_tick
(
CPU_PROFILING
);
update_process_times
(
user_mode
(
get_irq_regs
()));
}
int
null_perf_irq
(
void
)
int
null_perf_irq
(
void
)
{
{
return
0
;
return
0
;
...
...
include/asm-mips/time.h
View file @
1d0a909c
...
@@ -48,11 +48,6 @@ extern int (*mips_timer_state)(void);
...
@@ -48,11 +48,6 @@ extern int (*mips_timer_state)(void);
*/
*/
extern
struct
clocksource
clocksource_mips
;
extern
struct
clocksource
clocksource_mips
;
/*
* profiling and process accouting is done separately in local_timer_interrupt
*/
extern
void
local_timer_interrupt
(
int
irq
,
void
*
dev_id
);
/*
/*
* board specific routines required by time_init().
* board specific routines required by time_init().
*/
*/
...
...
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