Module Name: src
Committed By: matt
Date: Mon Sep 7 23:47:27 UTC 2009
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: cache_r3k_subr.S
cache_r5k_subr.S
Log Message:
Need a #include "assym.h"
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.96.1 src/sys/arch/mips/mips/cache_r3k_subr.S
cvs rdiff -u -r1.1 -r1.1.126.1 src/sys/arch/mips/mips/cache_r5k_subr.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/mips/cache_r3k_subr.S
diff -u src/sys/arch/mips/mips/cache_r3k_subr.S:1.4 src/sys/arch/mips/mips/cache_r3k_subr.S:1.4.96.1
--- src/sys/arch/mips/mips/cache_r3k_subr.S:1.4 Sun Dec 11 12:18:09 2005
+++ src/sys/arch/mips/mips/cache_r3k_subr.S Mon Sep 7 23:47:27 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: cache_r3k_subr.S,v 1.4 2005/12/11 12:18:09 christos Exp $ */
+/* $NetBSD: cache_r3k_subr.S,v 1.4.96.1 2009/09/07 23:47:27 matt Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -52,6 +52,8 @@
#include <mips/asm.h>
#include <mips/cpuregs.h>
+#include "assym.h"
+
.set noreorder
/*
Index: src/sys/arch/mips/mips/cache_r5k_subr.S
diff -u src/sys/arch/mips/mips/cache_r5k_subr.S:1.1 src/sys/arch/mips/mips/cache_r5k_subr.S:1.1.126.1
--- src/sys/arch/mips/mips/cache_r5k_subr.S:1.1 Sat Mar 8 04:43:25 2003
+++ src/sys/arch/mips/mips/cache_r5k_subr.S Mon Sep 7 23:47:27 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: cache_r5k_subr.S,v 1.1 2003/03/08 04:43:25 rafal Exp $ */
+/* $NetBSD: cache_r5k_subr.S,v 1.1.126.1 2009/09/07 23:47:27 matt Exp $ */
/*
* Redistribution and use in source and binary forms, with or without
@@ -31,6 +31,8 @@
#include <mips/cache_r4k.h>
#include <mips/cache_r5k.h>
+#include "assym.h"
+
.set mips3
.set noreorder
@@ -74,4 +76,3 @@
j ra
nop
END(r5k_enable_sdcache)
-