summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-11-12 14:54:16 +0000
committerbde <bde@FreeBSD.org>1996-11-12 14:54:16 +0000
commit19c6ff714a2e7a05c8c36e0a8f6f46580bdd21f8 (patch)
treed6c65371094f31aa33961a3893af54de20e56ded
parent177b1ceb355fc79791a70b085541a164d4f9c8ea (diff)
downloadFreeBSD-src-19c6ff714a2e7a05c8c36e0a8f6f46580bdd21f8.zip
FreeBSD-src-19c6ff714a2e7a05c8c36e0a8f6f46580bdd21f8.tar.gz
Removed another #include of opt_temporary.h.
YA2.2C.
-rw-r--r--sys/amd64/amd64/support.S3
-rw-r--r--sys/amd64/amd64/support.s3
-rw-r--r--sys/i386/i386/support.s3
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S
index 7f7173f..886b989 100644
--- a/sys/amd64/amd64/support.S
+++ b/sys/amd64/amd64/support.S
@@ -30,11 +30,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: support.s,v 1.42 1996/11/08 02:38:44 asami Exp $
+ * $Id: support.s,v 1.43 1996/11/11 20:38:53 bde Exp $
*/
#include "opt_cpu.h"
-#include "opt_temporary.h" /* for I586_*_B* */
#include <machine/asmacros.h>
#include <machine/cputypes.h>
diff --git a/sys/amd64/amd64/support.s b/sys/amd64/amd64/support.s
index 7f7173f..886b989 100644
--- a/sys/amd64/amd64/support.s
+++ b/sys/amd64/amd64/support.s
@@ -30,11 +30,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: support.s,v 1.42 1996/11/08 02:38:44 asami Exp $
+ * $Id: support.s,v 1.43 1996/11/11 20:38:53 bde Exp $
*/
#include "opt_cpu.h"
-#include "opt_temporary.h" /* for I586_*_B* */
#include <machine/asmacros.h>
#include <machine/cputypes.h>
diff --git a/sys/i386/i386/support.s b/sys/i386/i386/support.s
index 7f7173f..886b989 100644
--- a/sys/i386/i386/support.s
+++ b/sys/i386/i386/support.s
@@ -30,11 +30,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: support.s,v 1.42 1996/11/08 02:38:44 asami Exp $
+ * $Id: support.s,v 1.43 1996/11/11 20:38:53 bde Exp $
*/
#include "opt_cpu.h"
-#include "opt_temporary.h" /* for I586_*_B* */
#include <machine/asmacros.h>
#include <machine/cputypes.h>
OpenPOWER on IntegriCloud