Whitespace sync with amd64. (Rather than re-add the extra blank lines

on amd64, I'm removing them here)
This commit is contained in:
Peter Wemm 2005-03-11 22:10:25 +00:00
parent ff079c93f7
commit 0cd202bb09
2 changed files with 0 additions and 6 deletions

View File

@ -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()
{

View File

@ -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()
{