Module Name: src Committed By: matt Date: Wed Aug 29 16:45:34 UTC 2012
Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/arm/arm32/cpuswitch.S 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/arm32/cpuswitch.S diff -u src/sys/arch/arm/arm32/cpuswitch.S:1.67 src/sys/arch/arm/arm32/cpuswitch.S:1.68 --- src/sys/arch/arm/arm32/cpuswitch.S:1.67 Wed Aug 29 07:14:04 2012 +++ src/sys/arch/arm/arm32/cpuswitch.S Wed Aug 29 16:45:34 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: cpuswitch.S,v 1.67 2012/08/29 07:14:04 matt Exp $ */ +/* $NetBSD: cpuswitch.S,v 1.68 2012/08/29 16:45:34 matt Exp $ */ /* * Copyright 2003 Wasabi Systems, Inc. @@ -89,7 +89,7 @@ #include <machine/asm.h> #include <machine/cpu.h> - RCSID("$NetBSD: cpuswitch.S,v 1.67 2012/08/29 07:14:04 matt Exp $") + RCSID("$NetBSD: cpuswitch.S,v 1.68 2012/08/29 16:45:34 matt Exp $") /* LINTSTUB: include <sys/param.h> */ @@ -140,7 +140,7 @@ ENTRY(cpu_switchto) mov r6, r1 mov r4, r0 -#ifdef TPIDRPRW_ID_IS_CURCPU +#ifdef TPIDRPRW_IS_CURCPU GET_CURCPU(r7) #elif defined(TPIDRPRW_IS_CURLWP) mcr p15, 0, r0, c13, c0, 4 /* get old lwp (r4 maybe 0) */