pc kernel: remove i8253link
This commit is contained in:
parent
b2a869489c
commit
d4b7ca211d
3 changed files with 0 additions and 7 deletions
|
@ -52,7 +52,6 @@ void i8250mouse(char*, int (*)(Queue*, int), int);
|
||||||
void i8250setmouseputc(char*, int (*)(Queue*, int));
|
void i8250setmouseputc(char*, int (*)(Queue*, int));
|
||||||
void i8253enable(void);
|
void i8253enable(void);
|
||||||
void i8253init(void);
|
void i8253init(void);
|
||||||
void i8253link(void);
|
|
||||||
uvlong i8253read(uvlong*);
|
uvlong i8253read(uvlong*);
|
||||||
void i8253timerset(uvlong);
|
void i8253timerset(uvlong);
|
||||||
int i8259disable(int);
|
int i8259disable(int);
|
||||||
|
|
|
@ -236,11 +236,6 @@ i8253enable(void)
|
||||||
intrenable(IrqCLOCK, i8253clock, 0, BUSUNKNOWN, "clock");
|
intrenable(IrqCLOCK, i8253clock, 0, BUSUNKNOWN, "clock");
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
i8253link(void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* return the total ticks of counter 2. We shift by
|
* return the total ticks of counter 2. We shift by
|
||||||
* 8 to give timesync more wriggle room for interpretation
|
* 8 to give timesync more wriggle room for interpretation
|
||||||
|
|
|
@ -119,7 +119,6 @@ main(void)
|
||||||
conf.monitor = 1;
|
conf.monitor = 1;
|
||||||
chandevreset();
|
chandevreset();
|
||||||
pageinit();
|
pageinit();
|
||||||
i8253link();
|
|
||||||
swapinit();
|
swapinit();
|
||||||
userinit();
|
userinit();
|
||||||
active.thunderbirdsarego = 1;
|
active.thunderbirdsarego = 1;
|
||||||
|
|
Loading…
Reference in a new issue