Finished removing MACH_KERNEL stuff.
This commit is contained in:
parent
4e3cbc4667
commit
f15351202f
@ -13,7 +13,7 @@
|
||||
*
|
||||
* Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
|
||||
*
|
||||
* $Id: apm.c,v 1.21 1995/12/22 13:08:27 phk Exp $
|
||||
* $Id: apm.c,v 1.22 1995/12/25 07:38:26 bde Exp $
|
||||
*/
|
||||
|
||||
#include "apm.h"
|
||||
@ -71,11 +71,6 @@ static int apm_slowstart_p = 0;
|
||||
int apm_slowstart_stat = 0;
|
||||
#endif /* APM_SLOWSTART */
|
||||
|
||||
#ifdef MACH_KERNEL
|
||||
extern struct fake_descriptor gdt[GDTSZ];
|
||||
extern void fix_desc(struct fake_descriptor *, int);
|
||||
#endif /* MACH_KERNEL */
|
||||
|
||||
#define is_enabled(foo) ((foo) ? "enabled" : "disabled")
|
||||
|
||||
/* Map version number to integer (keeps ordering of version numbers) */
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
|
||||
*
|
||||
* $Id: apm.c,v 1.21 1995/12/22 13:08:27 phk Exp $
|
||||
* $Id: apm.c,v 1.22 1995/12/25 07:38:26 bde Exp $
|
||||
*/
|
||||
|
||||
#include "apm.h"
|
||||
@ -71,11 +71,6 @@ static int apm_slowstart_p = 0;
|
||||
int apm_slowstart_stat = 0;
|
||||
#endif /* APM_SLOWSTART */
|
||||
|
||||
#ifdef MACH_KERNEL
|
||||
extern struct fake_descriptor gdt[GDTSZ];
|
||||
extern void fix_desc(struct fake_descriptor *, int);
|
||||
#endif /* MACH_KERNEL */
|
||||
|
||||
#define is_enabled(foo) ((foo) ? "enabled" : "disabled")
|
||||
|
||||
/* Map version number to integer (keeps ordering of version numbers) */
|
||||
|
Loading…
Reference in New Issue
Block a user