Module Name: src Committed By: matt Date: Sat Sep 1 14:48:29 UTC 2012
Modified Files: src/sys/arch/arm/omap: omap_intr.h Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/omap/omap_intr.h 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/arm/omap/omap_intr.h diff -u src/sys/arch/arm/omap/omap_intr.h:1.7 src/sys/arch/arm/omap/omap_intr.h:1.8 --- src/sys/arch/arm/omap/omap_intr.h:1.7 Sat Sep 1 00:05:36 2012 +++ src/sys/arch/arm/omap/omap_intr.h Sat Sep 1 14:48:29 2012 @@ -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 @@ omap_splx(int new) 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); }