Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/iomd Pull in assym.h for __PROG32 (needed for I...
details: https://anonhg.NetBSD.org/src/rev/aa6a6172c8eb
branches: trunk
changeset: 518028:aa6a6172c8eb
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Nov 23 16:53:07 2001 +0000
description:
Pull in assym.h for __PROG32 (needed for IRQenable/IRQdisable macros,
which should probably be pulled out of cpu.h anyway...)
diffstat:
sys/arch/arm/iomd/iomd_iic.S | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 5418f62299a5 -r aa6a6172c8eb sys/arch/arm/iomd/iomd_iic.S
--- a/sys/arch/arm/iomd/iomd_iic.S Fri Nov 23 16:50:48 2001 +0000
+++ b/sys/arch/arm/iomd/iomd_iic.S Fri Nov 23 16:53:07 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iomd_iic.S,v 1.2 2001/10/17 23:28:20 reinoud Exp $ */
+/* $NetBSD: iomd_iic.S,v 1.3 2001/11/23 16:53:07 thorpej Exp $ */
/*
* Copyright (c) 1994-1996 Mark Brinicombe.
@@ -45,6 +45,8 @@
* Based of kate/display/iic.s
*/
+#include "assym.h" /* for __PROG32 */
+
#include <machine/asm.h>
#include <machine/cpu.h>
#include <arm/iomd/iomdreg.h>
Home |
Main Index |
Thread Index |
Old Index