summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-09-02 19:40:13 +0000
committerfsmp <fsmp@FreeBSD.org>1997-09-02 19:40:13 +0000
commitcdf6bbae178ebf6adb3929a379e8cbee571cef4f (patch)
tree9ce116045e8dbf8bd2be45598235eafff397192b /sys
parentaf4df00d3eff5502b0eb7c25a55ef48d87d8a5fc (diff)
downloadFreeBSD-src-cdf6bbae178ebf6adb3929a379e8cbee571cef4f.zip
FreeBSD-src-cdf6bbae178ebf6adb3929a379e8cbee571cef4f.tar.gz
Removed the "globl" nature of the vec array. This was left over from the
time when icu.s was common between UP and SMP. It is not necessary for UP and thus can be removed from icu_ipl.s.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/isa/icu_ipl.S8
-rw-r--r--sys/amd64/isa/icu_ipl.s8
-rw-r--r--sys/i386/isa/icu_ipl.s8
3 files changed, 9 insertions, 15 deletions
diff --git a/sys/amd64/isa/icu_ipl.S b/sys/amd64/isa/icu_ipl.S
index 2dc0e8d..54ec5d8d 100644
--- a/sys/amd64/isa/icu_ipl.S
+++ b/sys/amd64/isa/icu_ipl.S
@@ -34,14 +34,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: icu_ipl.s,v 1.2 1997/08/22 05:05:05 smp Exp smp $
+ * $Id: icu_ipl.s,v 1.2 1997/08/24 00:05:13 fsmp Exp $
*/
.data
ALIGN_DATA
-
- .globl _vec
-_vec:
+vec:
.long vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7
.long vec8, vec9, vec10, vec11, vec12, vec13, vec14, vec15
@@ -104,7 +102,7 @@ splz_unpend:
* We should change the interface so that the unit number is not
* determined at config time.
*/
- jmp *_vec(,%ecx,4)
+ jmp *vec(,%ecx,4)
ALIGN_TEXT
splz_swi:
diff --git a/sys/amd64/isa/icu_ipl.s b/sys/amd64/isa/icu_ipl.s
index 2dc0e8d..54ec5d8d 100644
--- a/sys/amd64/isa/icu_ipl.s
+++ b/sys/amd64/isa/icu_ipl.s
@@ -34,14 +34,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: icu_ipl.s,v 1.2 1997/08/22 05:05:05 smp Exp smp $
+ * $Id: icu_ipl.s,v 1.2 1997/08/24 00:05:13 fsmp Exp $
*/
.data
ALIGN_DATA
-
- .globl _vec
-_vec:
+vec:
.long vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7
.long vec8, vec9, vec10, vec11, vec12, vec13, vec14, vec15
@@ -104,7 +102,7 @@ splz_unpend:
* We should change the interface so that the unit number is not
* determined at config time.
*/
- jmp *_vec(,%ecx,4)
+ jmp *vec(,%ecx,4)
ALIGN_TEXT
splz_swi:
diff --git a/sys/i386/isa/icu_ipl.s b/sys/i386/isa/icu_ipl.s
index 2dc0e8d..54ec5d8d 100644
--- a/sys/i386/isa/icu_ipl.s
+++ b/sys/i386/isa/icu_ipl.s
@@ -34,14 +34,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: icu_ipl.s,v 1.2 1997/08/22 05:05:05 smp Exp smp $
+ * $Id: icu_ipl.s,v 1.2 1997/08/24 00:05:13 fsmp Exp $
*/
.data
ALIGN_DATA
-
- .globl _vec
-_vec:
+vec:
.long vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7
.long vec8, vec9, vec10, vec11, vec12, vec13, vec14, vec15
@@ -104,7 +102,7 @@ splz_unpend:
* We should change the interface so that the unit number is not
* determined at config time.
*/
- jmp *_vec(,%ecx,4)
+ jmp *vec(,%ecx,4)
ALIGN_TEXT
splz_swi:
OpenPOWER on IntegriCloud