Whitespace sync with amd64. (Rather than re-add the extra blank lines
on amd64, I'm removing them here)
This commit is contained in:
parent
ff079c93f7
commit
0cd202bb09
@ -98,7 +98,6 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#define TIMER_DIV(x) ((timer_freq + (x) / 2) / (x))
|
||||
|
||||
|
||||
int adjkerntz; /* local offset from GMT in seconds */
|
||||
int clkintr_pending;
|
||||
int disable_rtc_set; /* disable resettodr() if != 0 */
|
||||
@ -169,7 +168,6 @@ clkintr(struct clockframe *frame)
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
acquire_timer2(int mode)
|
||||
{
|
||||
@ -190,7 +188,6 @@ acquire_timer2(int mode)
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
release_timer2()
|
||||
{
|
||||
|
@ -98,7 +98,6 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#define TIMER_DIV(x) ((timer_freq + (x) / 2) / (x))
|
||||
|
||||
|
||||
int adjkerntz; /* local offset from GMT in seconds */
|
||||
int clkintr_pending;
|
||||
int disable_rtc_set; /* disable resettodr() if != 0 */
|
||||
@ -169,7 +168,6 @@ clkintr(struct clockframe *frame)
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
acquire_timer2(int mode)
|
||||
{
|
||||
@ -190,7 +188,6 @@ acquire_timer2(int mode)
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
release_timer2()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user