Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/omap Fix typo.
details: https://anonhg.NetBSD.org/src/rev/039287b10836
branches: trunk
changeset: 781350:039287b10836
user: matt <matt%NetBSD.org@localhost>
date: Sat Sep 01 14:48:29 2012 +0000
description:
Fix typo.
diffstat:
sys/arch/arm/omap/omap_intr.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f668c370ca92 -r 039287b10836 sys/arch/arm/omap/omap_intr.h
--- a/sys/arch/arm/omap/omap_intr.h Sat Sep 01 14:48:05 2012 +0000
+++ b/sys/arch/arm/omap/omap_intr.h Sat Sep 01 14:48:29 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: omap_intr.h,v 1.7 2012/09/01 00:05:36 matt Exp $ */
+/* $NetBSD: omap_intr.h,v 1.8 2012/09/01 14:48:29 matt Exp $ */
/*
* Redistribution and use in source and binary forms, with or without
@@ -142,7 +142,7 @@
write_icu(bases[2], OMAP_INTB_MIR, masks[2] | omap_global_masks[2]);
write_icu(bases[3], OMAP_INTB_MIR, masks[3] | omap_global_masks[3]);
write_icu(bases[4], OMAP_INTB_MIR, masks[4] | omap_global_masks[4]);
- cpu_dosoftintrs();
+ cpu_dosoftints();
restore_interrupts(psw);
}
Home |
Main Index |
Thread Index |
Old Index