Module Name: src Committed By: matt Date: Fri Mar 28 21:51:59 UTC 2014
Modified Files: src/sys/arch/arm/include/arm32: machdep.h Log Message: Change arm_cpu_mbox to volatile To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/include/arm32/machdep.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/include/arm32/machdep.h diff -u src/sys/arch/arm/include/arm32/machdep.h:1.17 src/sys/arch/arm/include/arm32/machdep.h:1.18 --- src/sys/arch/arm/include/arm32/machdep.h:1.17 Sat Oct 20 14:42:20 2012 +++ src/sys/arch/arm/include/arm32/machdep.h Fri Mar 28 21:51:59 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.h,v 1.17 2012/10/20 14:42:20 matt Exp $ */ +/* $NetBSD: machdep.h,v 1.18 2014/03/28 21:51:59 matt Exp $ */ #ifndef _ARM32_BOOT_MACHDEP_H_ #define _ARM32_BOOT_MACHDEP_H_ @@ -53,7 +53,7 @@ extern struct bootmem_info bootmem_info; extern char *booted_kernel; extern volatile uint32_t arm_cpu_hatched; -extern uint32_t arm_cpu_mbox; +extern volatile uint32_t arm_cpu_mbox; extern u_int arm_cpu_max; /* misc prototypes used by the many arm machdeps */