Got rid of "APM" macro. Now only NAPM is needed to activate the APM stuff.

This commit is contained in:
Poul-Henning Kamp 1994-10-10 01:14:03 +00:00
parent 702c623a8a
commit 4a5014e48b
2 changed files with 2 additions and 8 deletions

View File

@ -12,11 +12,9 @@
*
* Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
*
* $Id: apm_setup.s,v 1.2 1994/10/01 05:12:24 davidg Exp $
* $Id: apm_setup.s,v 1.3 1994/10/02 01:45:42 phk Exp $
*/
#ifdef APM
#define ASM
#include <machine/asmacros.h>
@ -69,4 +67,3 @@ _apm_flags:
.globl _apm_flags
.word 0
#endif /* APM */

View File

@ -12,11 +12,9 @@
*
* Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
*
* $Id: apm_setup.s,v 1.2 1994/10/01 05:12:24 davidg Exp $
* $Id: apm_setup.s,v 1.3 1994/10/02 01:45:42 phk Exp $
*/
#ifdef APM
#define ASM
#include <machine/asmacros.h>
@ -69,4 +67,3 @@ _apm_flags:
.globl _apm_flags
.word 0
#endif /* APM */