From 8fdce837c3416e81054919e1e0e0e5d5d2573fd5 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 30 Aug 1994 17:19:10 +0000 Subject: [PATCH] Don't define LOCORE (as nothing) in sources. It is now defined consistently (as 1) in Makefile.i386 for all assembler sources. --- sys/amd64/amd64/cpu_switch.S | 3 +-- sys/amd64/amd64/swtch.s | 3 +-- sys/i386/i386/swtch.s | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/sys/amd64/amd64/cpu_switch.S b/sys/amd64/amd64/cpu_switch.S index 961d32fa5e73..99338653a6f6 100644 --- a/sys/amd64/amd64/cpu_switch.S +++ b/sys/amd64/amd64/cpu_switch.S @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: swtch.s,v 1.9 1994/08/06 09:17:44 davidg Exp $ + * $Id: swtch.s,v 1.10 1994/08/19 22:49:42 davidg Exp $ */ #include "npx.h" /* for NNPX */ @@ -41,7 +41,6 @@ #include "errno.h" /* for error codes */ #include "machine/asmacros.h" /* for miscellaneous assembly macros */ -#define LOCORE /* XXX inhibit C declarations */ #include "machine/spl.h" /* for SWI_AST_MASK ... */ diff --git a/sys/amd64/amd64/swtch.s b/sys/amd64/amd64/swtch.s index 961d32fa5e73..99338653a6f6 100644 --- a/sys/amd64/amd64/swtch.s +++ b/sys/amd64/amd64/swtch.s @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: swtch.s,v 1.9 1994/08/06 09:17:44 davidg Exp $ + * $Id: swtch.s,v 1.10 1994/08/19 22:49:42 davidg Exp $ */ #include "npx.h" /* for NNPX */ @@ -41,7 +41,6 @@ #include "errno.h" /* for error codes */ #include "machine/asmacros.h" /* for miscellaneous assembly macros */ -#define LOCORE /* XXX inhibit C declarations */ #include "machine/spl.h" /* for SWI_AST_MASK ... */ diff --git a/sys/i386/i386/swtch.s b/sys/i386/i386/swtch.s index 961d32fa5e73..99338653a6f6 100644 --- a/sys/i386/i386/swtch.s +++ b/sys/i386/i386/swtch.s @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: swtch.s,v 1.9 1994/08/06 09:17:44 davidg Exp $ + * $Id: swtch.s,v 1.10 1994/08/19 22:49:42 davidg Exp $ */ #include "npx.h" /* for NNPX */ @@ -41,7 +41,6 @@ #include "errno.h" /* for error codes */ #include "machine/asmacros.h" /* for miscellaneous assembly macros */ -#define LOCORE /* XXX inhibit C declarations */ #include "machine/spl.h" /* for SWI_AST_MASK ... */