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
eeabf01f
Commit
eeabf01f
authored
Jun 29, 2005
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: OMAP: Manually merged include/asm-arm/mach/time.h
Manually merged include/asm-arm/mach/time.h
parent
2d7f0f4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
include/asm-arm/mach/time.h
include/asm-arm/mach/time.h
+5
-2
No files found.
include/asm-arm/mach/time.h
View file @
eeabf01f
...
...
@@ -43,7 +43,6 @@ struct sys_timer {
#ifdef CONFIG_NO_IDLE_HZ
struct
dyn_tick_timer
*
dyn_tick
;
#endif
};
#ifdef CONFIG_NO_IDLE_HZ
...
...
@@ -56,9 +55,13 @@ struct dyn_tick_timer {
unsigned
int
state
;
/* Current state */
int
(
*
enable
)(
void
);
/* Enables dynamic tick */
int
(
*
disable
)(
void
);
/* Disables dynamic tick */
void
(
*
reprogram
)(
void
);
/* Reprograms the timer */
void
(
*
reprogram
)(
unsigned
long
);
/* Reprograms the timer */
int
(
*
handler
)(
int
,
void
*
,
struct
pt_regs
*
);
};
void
timer_dyn_reprogram
(
void
);
#else
#define timer_dyn_reprogram() do { } while (0)
#endif
extern
struct
sys_timer
*
system_timer
;
...
...
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