Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53822
b: refs/heads/master
c: 141f9cf
h: refs/heads/master
v: v3
  • Loading branch information
Bernhard Walle authored and Andi Kleen committed May 2, 2007
1 parent 023b2d4 commit 960af86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd4ecfc2b10d962d70ff59f8994a29aa048700ec
refs/heads/master: 141f9cfe0a948c8fe26e5669364ee62c03ea42e8
6 changes: 3 additions & 3 deletions trunk/arch/x86_64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ static unsigned int __init pit_calibrate_tsc(void)
#define PIT_MODE 0x43
#define PIT_CH0 0x40

static void __init __pit_init(int val, u8 mode)
static void __pit_init(int val, u8 mode)
{
unsigned long flags;

Expand All @@ -344,12 +344,12 @@ void __init pit_init(void)
__pit_init(LATCH, 0x34); /* binary, mode 2, LSB/MSB, ch 0 */
}

void __init pit_stop_interrupt(void)
void pit_stop_interrupt(void)
{
__pit_init(0, 0x30); /* mode 0 */
}

void __init stop_timer_interrupt(void)
void stop_timer_interrupt(void)
{
char *name;
if (hpet_address) {
Expand Down

0 comments on commit 960af86

Please sign in to comment.