From 8a2dae89c382f0e69918da2efdc03f37d8c6c6a8 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 2 Jul 2004 08:32:08 +0000 Subject: Since these vector tables are not final tables, they don't need to be page aligned. --- sys/arch/m88k/m88k/vectors_88100.S | 3 +-- sys/arch/m88k/m88k/vectors_88110.S | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'sys') diff --git a/sys/arch/m88k/m88k/vectors_88100.S b/sys/arch/m88k/m88k/vectors_88100.S index e3a77568f2e..959925f9814 100644 --- a/sys/arch/m88k/m88k/vectors_88100.S +++ b/sys/arch/m88k/m88k/vectors_88100.S @@ -1,4 +1,4 @@ -/* $OpenBSD: vectors_88100.S,v 1.1 2004/04/29 14:33:27 miod Exp $ */ +/* $OpenBSD: vectors_88100.S,v 1.2 2004/07/02 08:32:07 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1991, 1992 Carnegie Mellon University @@ -39,7 +39,6 @@ word UNKNOWN_HANDLER; word UNKNOWN_HANDLER; data - .align 4096 /* VBR points to page aligned list */ GLOBAL(vector_list) VECTOR(reset_handler) /* 00 */ VECTOR(interrupt_handler) /* 01 */ diff --git a/sys/arch/m88k/m88k/vectors_88110.S b/sys/arch/m88k/m88k/vectors_88110.S index f0c70865f12..6b6ac29a9f5 100644 --- a/sys/arch/m88k/m88k/vectors_88110.S +++ b/sys/arch/m88k/m88k/vectors_88110.S @@ -1,4 +1,4 @@ -/* $OpenBSD: vectors_88110.S,v 1.1 2004/04/29 14:33:27 miod Exp $ */ +/* $OpenBSD: vectors_88110.S,v 1.2 2004/07/02 08:32:07 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1991, 1992 Carnegie Mellon University @@ -39,7 +39,6 @@ word UNKNOWN_HANDLER; word UNKNOWN_HANDLER; data - .align 4096 /* VBR points to page aligned list */ GLOBAL(m88110_vector_list) VECTOR(m88110_reset_handler) /* 00 */ VECTOR(m88110_interrupt_handler) /* 01 */ -- cgit v1.2.3